From 36d3922a6c4f5d1e91a1e028fe0dc89e2199374a Mon Sep 17 00:00:00 2001 From: Eldar <52000884+Eseeldur@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:26:31 +0300 Subject: [PATCH] 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. --- .../docs/tasks/traffic-management/request-routing/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/tasks/traffic-management/request-routing/index.md b/content/en/docs/tasks/traffic-management/request-routing/index.md index 1511738d9e1b5..b884194f5bf5a 100644 --- a/content/en/docs/tasks/traffic-management/request-routing/index.md +++ b/content/en/docs/tasks/traffic-management/request-routing/index.md @@ -59,6 +59,12 @@ Run the following command to apply virtual services that will route all traffic $ kubectl apply -f @samples/bookinfo/networking/virtual-service-all-v1.yaml@ {{< /text >}} +Run the following command to apply destination rules: + +{{< text bash >}} +$ kubectl apply -f @samples/bookinfo/networking/destination-rule-all-mtls.yaml@ +{{< /text >}} + Because configuration propagation is eventually consistent, wait a few seconds for the virtual services to take effect.