Replace cascade=false -> cascade=orphan

This commit is contained in:
Pankaj Patil
2021-08-14 20:27:40 +05:30
parent 677c6edc1b
commit b4ef0b940e
5 changed files with 7 additions and 7 deletions
@@ -302,7 +302,7 @@ For details, read the [documentation for your Kubernetes version](/docs/home/sup
Run the following command:
```shell
kubectl delete deployment nginx-deployment --cascade=false
kubectl delete deployment nginx-deployment --cascade=orphan
```
**Using the Kubernetes API**