Skip to content

Commit 36d3922

Browse files
authored
added destinationrules yaml applying
Maybe I am wrong, but shouldn't the instruction include the applying DestinationRules files? I am new at istio and just get started. My minikube cluster doesn't work without applying it. If i not apply DestinationRules, it shows errors on review zone on web page on browser.
1 parent 007bcca commit 36d3922

File tree

1 file changed

+6
-0
lines changed
  • content/en/docs/tasks/traffic-management/request-routing

1 file changed

+6
-0
lines changed

content/en/docs/tasks/traffic-management/request-routing/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ Run the following command to apply virtual services that will route all traffic
5959
$ kubectl apply -f @samples/bookinfo/networking/virtual-service-all-v1.yaml@
6060
{{< /text >}}
6161

62+
Run the following command to apply destination rules:
63+
64+
{{< text bash >}}
65+
$ kubectl apply -f @samples/bookinfo/networking/destination-rule-all-mtls.yaml@
66+
{{< /text >}}
67+
6268
Because configuration propagation is eventually consistent, wait a few seconds
6369
for the virtual services to take effect.
6470

0 commit comments

Comments
 (0)