Skip to content

Commit

Permalink
Merge pull request #71 from YaoZengzeng/unenroll
Browse files Browse the repository at this point in the history
remove ns from Kmesh in cleanup of Install Waypoint
  • Loading branch information
kmesh-bot authored Sep 5, 2024
2 parents 2f2fcde + 1f44ba2 commit 9343f50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/userguide/install_waypoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,9 @@ If you are **not** planning to explore any follow-on tasks, go on with the clean
[root@ ~]# kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.21/samples/bookinfo/platform/kube/bookinfo.yaml
[root@ ~]# kubectl delete -f https://raw.githubusercontent.com/istio/istio/release-1.21/samples/sleep/sleep.yaml
```

3. Remove default namespace from Kmesh:

```bash
[root@ ~]# kubectl label namespace default istio.io/dataplane-mode-
```

0 comments on commit 9343f50

Please sign in to comment.