mirror of https://github.com/istio/istio.io.git
This commit is contained in:
parent
0a08d3f59a
commit
8bfe7f07a7
|
@ -62,8 +62,9 @@ command terminated with exit code 56
|
||||||
|
|
||||||
{{< text syntax=bash snip_id=deploy_waypoint >}}
|
{{< text syntax=bash snip_id=deploy_waypoint >}}
|
||||||
$ istioctl waypoint apply --enroll-namespace --wait
|
$ istioctl waypoint apply --enroll-namespace --wait
|
||||||
waypoint default/waypoint applied
|
✅ waypoint default/waypoint applied
|
||||||
namespace default labeled with "istio.io/use-waypoint: waypoint"
|
✅ waypoint default/waypoint is ready!
|
||||||
|
✅ namespace default labeled with "istio.io/use-waypoint: waypoint"
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
您可以查看 waypoint 代理并确保其具有 `Programmed=True` 状态:
|
您可以查看 waypoint 代理并确保其具有 `Programmed=True` 状态:
|
||||||
|
|
|
@ -25,9 +25,9 @@ owner: istio/wg-environments-maintainers
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ istioctl remote-clusters --context="${CTX_CLUSTER1}"
|
$ istioctl remote-clusters --context="${CTX_CLUSTER1}"
|
||||||
NAME SECRET STATUS ISTIOD
|
NAME SECRET STATUS ISTIOD
|
||||||
cluster1 synced istiod-a5jg5df5bd-2dfa9
|
cluster1 synced istiod-7b74b769db-kb4kj
|
||||||
cluster2 istio-system/istio-remote-secret synced istiod-a5jg5df5bd-2dfa9
|
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
所有集群都应将其状态指示为 `synced`。如果集群的 `STATUS` 为 `timeout`,
|
所有集群都应将其状态指示为 `synced`。如果集群的 `STATUS` 为 `timeout`,
|
||||||
|
|
Loading…
Reference in New Issue