Improve Mutual TLS migration example (#6035)

As with version v1.4.0, Experimental multi-cluster setup has been added to istioctl

The following command also provides istio-multicluster-destinationrule and host information

kubectl get destinationrule --all-namespaces
This commit is contained in:
Shamsher Ansari 2019-12-11 02:36:43 +05:30 committed by Istio Automation
parent 1562e6dc10
commit 5c269c0340
1 changed files with 4 additions and 3 deletions

View File

@ -71,9 +71,10 @@ down once the migration is done.
{{< text bash >}}
$ kubectl get destinationrule --all-namespaces
NAMESPACE NAME AGE
istio-system istio-policy 25m
istio-system istio-telemetry 25m
NAMESPACE NAME HOST AGE
istio-system istio-multicluster-destinationrule *.global 35s
istio-system istio-policy istio-policy.istio-system.svc.cluster.local 35s
istio-system istio-telemetry istio-telemetry.istio-system.svc.cluster.local 33s
{{< /text >}}
## Configure clients to send mutual TLS traffic