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
@@ -192,7 +192,7 @@ When using the REST API or Go client library, you need to do the steps explicitl
You can delete a ReplicationController without affecting any of its pods.
Using kubectl, specify the `--cascade=false` option to [`kubectl delete`](/docs/reference/generated/kubectl/kubectl-commands#delete).
Using kubectl, specify the `--cascade=orphan` option to [`kubectl delete`](/docs/reference/generated/kubectl/kubectl-commands#delete).
When using the REST API or Go client library, you can delete the ReplicationController object.