File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,16 @@ owner object:
82
82
* The object remains visible through the Kubernetes API until the deletion
83
83
process is complete.
84
84
85
- After the owner object enters the deletion in progress state, the controller
86
- deletes the dependents. After deleting all the dependent objects, the controller
87
- deletes the owner object. At this point, the object is no longer visible in the
85
+ After the owner object enters the * deletion in progress* state, the controller
86
+ deletes dependents it knows about . After deleting all the dependent objects it knows about,
87
+ the controller deletes the owner object. At this point, the object is no longer visible in the
88
88
Kubernetes API.
89
89
90
90
During foreground cascading deletion, the only dependents that block owner
91
- deletion are those that have the ` ownerReference.blockOwnerDeletion=true ` field.
91
+ deletion are those that have the ` ownerReference.blockOwnerDeletion=true ` field
92
+ and are in the garbage collection controller cache. The garbage collection controller
93
+ cache may not contain objects whose resource type cannot be listed / watched successfully,
94
+ or objects that are created concurrent with deletion of an owner object.
92
95
See [ Use foreground cascading deletion] ( /docs/tasks/administer-cluster/use-cascading-deletion/#use-foreground-cascading-deletion )
93
96
to learn more.
94
97
You can’t perform that action at this time.
0 commit comments