We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be35d6 commit 27ceb59Copy full SHA for 27ceb59
content/en/docs/concepts/workloads/controllers/garbage-collection.md
@@ -154,7 +154,8 @@ kubectl also supports cascading deletion.
154
To delete dependents in the foreground using kubectl, set `--cascade=foreground`. To
155
orphan dependents, set `--cascade=orphan`.
156
157
-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
158
+behavior when `--cascade` is omitted or explicitly set to `background`.
159
160
Here's an example that orphans the dependents of a ReplicaSet:
161
0 commit comments