Skip to content

Commit bfd07c8

Browse files
committed
update
Signed-off-by: Zhonghu Xu <[email protected]>
1 parent 3c96239 commit bfd07c8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

content/en/docs/userguide/install_waypoint.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

120121
Deploy a waypoint called reviews-v2-pod-waypoint for the `reviews-v2-5979c6fc9c-72bst` pod.

content/zh/docs/userguide/try_waypoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)