mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 21:50:21 +00:00
Add a note about project deletion in Public API
Update docs/api/workflows/projects.md Co-authored-by: Marty Hernandez Avedon <martyavedon@gmail.com>
This commit is contained in:
committed by
Max Sokolovsky
co-authored by
Marty Hernandez Avedon
parent
fa11eeda9f
commit
b29b762dd6
@@ -111,3 +111,5 @@ Delete the project under the cluster namespace:
|
|||||||
```bash
|
```bash
|
||||||
kubectl --namespace c-m-abcde delete project p-vwxyz
|
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
|
```bash
|
||||||
kubectl --namespace c-m-abcde delete project p-vwxyz
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user