We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428092e commit 2270e60Copy full SHA for 2270e60
1 file changed
docs/migrate-from-sidecar-to-ambient/migration.adoc
@@ -462,7 +462,7 @@ Create the ZTunnel namespace and resource:
462
kubectl get namespace ztunnel >/dev/null 2>&1 || kubectl create namespace ztunnel
463
464
# If you are using discoverySelectors, label the namespace accordingly
465
-kubectl label namespace ztunnel istio.io/rev=default --overwrite
+kubectl label namespace ztunnel istio-discovery=enabled --overwrite
466
467
# Wait for istiod to propagate the CA certificate ConfigMap to the ztunnel namespace
468
kubectl wait --for=condition=Complete --timeout=120s job/wait-for-configmap -n ztunnel 2>/dev/null || \
0 commit comments