rephrased as suggested by tengqm

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
This commit is contained in:
Ajay
2021-01-08 11:48:48 +05:30
committed by GitHub
parent 0be35d69dd
commit 27ceb5928a
@@ -154,7 +154,8 @@ kubectl also supports cascading deletion.
To delete dependents in the foreground using kubectl, set `--cascade=foreground`. To
orphan dependents, set `--cascade=orphan`.
The default behavior is to delete dependents in the background i.e. no `--cascade` option or `--cascade=background`.
The default behavior is to delete the dependents in the background which is the
behavior when `--cascade` is omitted or explicitly set to `background`.
Here's an example that orphans the dependents of a ReplicaSet: