From 26dc780eb39a90d6031aa9dc71a7b031b4561789 Mon Sep 17 00:00:00 2001 From: Ian Rudie Date: Mon, 22 Apr 2024 16:07:41 -0500 Subject: [PATCH] update enroll-namespace message in example output (#14928) * upstate enroll-namespace message in example output Signed-off-by: Ian Rudie * run make gen Signed-off-by: Ian Rudie --------- Signed-off-by: Ian Rudie --- content/en/docs/ops/ambient/getting-started/index.md | 2 +- content/en/docs/ops/ambient/getting-started/snips.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/ops/ambient/getting-started/index.md b/content/en/docs/ops/ambient/getting-started/index.md index a43d912861..a3a03c3cef 100644 --- a/content/en/docs/ops/ambient/getting-started/index.md +++ b/content/en/docs/ops/ambient/getting-started/index.md @@ -333,7 +333,7 @@ Using the Kubernetes Gateway API, you can deploy a {{< gloss "waypoint" >}}waypo {{< text bash >}} $ istioctl x waypoint apply --enroll-namespace --wait waypoint default/waypoint applied -namespace default labeled with waypoint waypoint +namespace default labeled with "istio.io/use-waypoint: waypoint" {{< /text >}} View the waypoint proxy status; you should see the details of the gateway diff --git a/content/en/docs/ops/ambient/getting-started/snips.sh b/content/en/docs/ops/ambient/getting-started/snips.sh index 16cb4968ee..9816412bc2 100644 --- a/content/en/docs/ops/ambient/getting-started/snips.sh +++ b/content/en/docs/ops/ambient/getting-started/snips.sh @@ -203,7 +203,7 @@ istioctl x waypoint apply --enroll-namespace --wait ! IFS=$'\n' read -r -d '' snip_layer_7_authorization_policy_1_out <<\ENDSNIP waypoint default/waypoint applied -namespace default labeled with waypoint waypoint +namespace default labeled with "istio.io/use-waypoint: waypoint" ENDSNIP snip_layer_7_authorization_policy_2() {