From 497411b26c35b4dcbca799ec48d8a8c28d09d864 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 13 Mar 2019 11:53:54 +0530 Subject: [PATCH] update readme to delete namespace Signed-off-by: Madhu Rajanna --- deploy/cephfs/helm/README.md | 6 ++++++ deploy/rbd/helm/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/deploy/cephfs/helm/README.md b/deploy/cephfs/helm/README.md index 0e4a1f223..fcd4a98a8 100644 --- a/deploy/cephfs/helm/README.md +++ b/deploy/cephfs/helm/README.md @@ -21,3 +21,9 @@ If you want to delete your Chart, use this command ```bash helm delete --purge "ceph-csi-cephfs" ``` + +If you want to delete the namespace, use this command + +```bash +kubectl delete namespace ceph-csi-rbd +``` diff --git a/deploy/rbd/helm/README.md b/deploy/rbd/helm/README.md index 35ce742a0..250c10add 100644 --- a/deploy/rbd/helm/README.md +++ b/deploy/rbd/helm/README.md @@ -21,3 +21,9 @@ If you want to delete your Chart, use this command ```bash helm delete --purge "ceph-csi-rbd" ``` + +If you want to delete the namespace, use this command + +```bash +kubectl delete namespace ceph-csi-rbd +```