File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ kubectl apply -f addon/istio/istio-ingress.yaml
292292kubectl label namespace default istio-injection=enabled
293293kubectl apply -n default -f yaml/istio-bookinfo/bookinfo.yaml
294294kubectl apply -n default -f yaml/istio-bookinfo/bookinfo-gateway.yaml
295+ kubectl apply -n default -f yaml/istio-bookinfo/destination-rule-all.yaml
295296```
296297
297298在您自己的本地主机的` /etc/hosts ` 文件中增加如下配置项。
Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ We will let the sidecars be auto injected.
292292kubectl label namespace default istio-injection=enabled
293293kubectl apply -n default -f yaml/istio-bookinfo/bookinfo.yaml
294294kubectl apply -n default -f yaml/istio-bookinfo/bookinfo-gateway.yaml
295+ kubectl apply -n default -f yaml/istio-bookinfo/destination-rule-all.yaml
295296```
296297
297298Add the following items into the file ` /etc/hosts ` of your local machine.
You can’t perform that action at this time.
0 commit comments