mirror of https://github.com/istio/istio.io.git
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:
parent
1562e6dc10
commit
5c269c0340
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue