Skip to content

Commit 71c7b4f

Browse files
authored
Merge pull request #1508 from LiZhenCheng9527/kmeshctl
fix an error of kmeshctl waypoint
2 parents 83c3d63 + 07cfe78 commit 71c7b4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ctl/waypoint/waypoint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func NewCmd() *cobra.Command {
201201
kmeshctl waypoint apply --namespace default --wait
202202
203203
# Apply a waypoint to a specific pod
204-
kmesh waypoint apply -n default --name reviews-v2-pod-waypoint --for workload`,
204+
kmeshctl waypoint apply -n default --name reviews-v2-pod-waypoint --for workload`,
205205
RunE: func(cmd *cobra.Command, args []string) error {
206206
kubeClient, err := utils.CreateKubeClient()
207207
if err != nil {

docs/ctl/kmeshctl_waypoint_apply.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kmeshctl waypoint apply [flags]
2020
kmeshctl waypoint apply --namespace default --wait
2121

2222
# Apply a waypoint to a specific pod
23-
kmesh waypoint apply -n default --name reviews-v2-pod-waypoint --for workload
23+
kmeshctl waypoint apply -n default --name reviews-v2-pod-waypoint --for workload
2424
```
2525

2626
### Options

0 commit comments

Comments
 (0)