Merge pull request #1140 from maxsokolovsky/project-deletion-does-not-trigger-namespaces-deletion

Add a note about project deletion in Public API
This commit is contained in:
Max Sokolovsky
2024-02-23 15:37:31 -05:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -111,3 +111,5 @@ Delete the project under the cluster namespace:
```bash
kubectl --namespace c-m-abcde delete project p-vwxyz
```
Note that this command doesn't delete the namespaces and resources that formerly belonged to the project.
@@ -111,3 +111,5 @@ Delete the project under the cluster namespace:
```bash
kubectl --namespace c-m-abcde delete project p-vwxyz
```
Note that this command doesn't delete the namespaces and resources that formerly belonged to the project.