Merge pull request #29394 from Patil2099/cascade-fix

Replace cascade=false -> cascade=orphan
This commit is contained in:
Kubernetes Prow Robot
2021-09-14 17:46:41 -07:00
committed by GitHub
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**