Skip to content

Commit 27ceb59

Browse files
ajaygmtengqm
andauthored
rephrased as suggested by tengqm
Co-authored-by: Qiming Teng <[email protected]>
1 parent 0be35d6 commit 27ceb59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/workloads/controllers/garbage-collection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ kubectl also supports cascading deletion.
154154
To delete dependents in the foreground using kubectl, set `--cascade=foreground`. To
155155
orphan dependents, set `--cascade=orphan`.
156156

157-
The default behavior is to delete dependents in the background i.e. no `--cascade` option or `--cascade=background`.
157+
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`.
158159

159160
Here's an example that orphans the dependents of a ReplicaSet:
160161

0 commit comments

Comments
 (0)