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
112
112
113
113
``` bash
114
114
[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 "
117
117
```
118
+
118
119
#### Configure waypoint for a specific pod:
119
120
120
121
Deploy 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。您还
103
103
` ` `
104
104
- 为特定命名空间配置waypoint:
105
105
106
- 为default命名空间部署一个名为waypoint的航路点 。通过指定` --enroll-namespace` ,该命名空间将被打上标签` istio.io/use-waypoint=waypoint` 。
106
+ 为default命名空间部署一个名为 ` waypoint ` 的waypoint 。通过指定` --enroll-namespace` ,该命名空间将被打上标签` istio.io/use-waypoint=waypoint` 。
107
107
` ` ` bash
108
108
[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"
111
111
` ` `
112
112
113
113
- 为特定pod配置waypoint:
114
114
115
- 为reviews-v2-5979c6fc9c-72bst Pod部署一个名为reviews-v2-pod-waypoint的航路点 。
115
+ 为reviews-v2-5979c6fc9c-72bst Pod部署一个名为reviews-v2-pod-waypoint的waypoint 。
116
116
117
117
` ` ` bash
118
118
[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