From 1f44ba217e023188658574cc0caebb0ccbe02923 Mon Sep 17 00:00:00 2001 From: YaoZengzeng Date: Thu, 5 Sep 2024 07:39:54 +0000 Subject: [PATCH] remove ns from Kmesh in cleanup of Install Waypoint Signed-off-by: YaoZengzeng --- content/en/docs/userguide/install_waypoint.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/userguide/install_waypoint.md b/content/en/docs/userguide/install_waypoint.md index ac14ebb..d85c244 100644 --- a/content/en/docs/userguide/install_waypoint.md +++ b/content/en/docs/userguide/install_waypoint.md @@ -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- +``` \ No newline at end of file