File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,10 @@ Deploy a waypoint for the `default` namespace with default name `waypoint`. By s
112112
113113``` bash
114114[root@ ~ ]# kmeshctl waypoint apply -n default --enroll-namespace
115-
116- waypoint default/default-ns- waypoint applied
115+ waypoint default/waypoint applied
116+ namespace default labels with " istio.io/use- waypoint: waypoint "
117117```
118+
118119#### Configure waypoint for a specific pod:
119120
120121Deploy a waypoint called reviews-v2-pod-waypoint for the ` reviews-v2-5979c6fc9c-72bst ` pod.
Original file line number Diff line number Diff line change @@ -103,16 +103,16 @@ Waypoint可以在三个粒度级别使用:命名空间、服务和Pod。您还
103103 ` ` `
104104- 为特定命名空间配置waypoint:
105105
106- 为default命名空间部署一个名为waypoint的航路点 。通过指定` --enroll-namespace` ,该命名空间将被打上标签` istio.io/use-waypoint=waypoint` 。
106+ 为default命名空间部署一个名为 ` waypoint ` 的waypoint 。通过指定` --enroll-namespace` ,该命名空间将被打上标签` istio.io/use-waypoint=waypoint` 。
107107 ` ` ` bash
108108 [root@ ~ ]# kmeshctl waypoint apply -n default --enroll-namespace
109-
110- waypoint default/default-ns- waypoint applied
109+ waypoint default/waypoint applied
110+ namespace default labels with "istio.io/use- waypoint: waypoint"
111111 ` ` `
112112
113113- 为特定pod配置waypoint:
114114
115- 为reviews-v2-5979c6fc9c-72bst Pod部署一个名为reviews-v2-pod-waypoint的航路点 。
115+ 为reviews-v2-5979c6fc9c-72bst Pod部署一个名为reviews-v2-pod-waypoint的waypoint 。
116116
117117 ` ` ` bash
118118 [root@ ~ ]# kmeshctl waypoint apply -n default --name reviews-v2-pod-waypoint --for workload
You can’t perform that action at this time.
0 commit comments