File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,10 @@ to learn more.
95
95
### Background cascading deletion {#background-deletion}
96
96
97
97
In background cascading deletion, the Kubernetes API server deletes the owner
98
- object immediately and the controller cleans up the dependent objects in
99
- the background. By default, Kubernetes uses background cascading deletion unless
98
+ object immediately and the garbage collector controller (custom or default)
99
+ cleans up the dependent objects in the background.
100
+ If a finalizer exists, it ensures that objects are not deleted until all necessary clean-up tasks are completed.
101
+ By default, Kubernetes uses background cascading deletion unless
100
102
you manually use foreground deletion or choose to orphan the dependent objects.
101
103
102
104
See [ Use background cascading deletion] ( /docs/tasks/administer-cluster/use-cascading-deletion/#use-background-cascading-deletion )
You can’t perform that action at this time.
0 commit comments