mirror of https://github.com/istio/istio.io.git
update enroll-namespace message in example output (#14928)
* upstate enroll-namespace message in example output Signed-off-by: Ian Rudie <ian.rudie@solo.io> * run make gen Signed-off-by: Ian Rudie <ian.rudie@solo.io> --------- Signed-off-by: Ian Rudie <ian.rudie@solo.io>
This commit is contained in:
parent
da8ad9e649
commit
26dc780eb3
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue