Update content/en/docs/concepts/architecture/garbage-collection.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/48077/head
Jordan Liggitt 2024-09-25 00:21:25 -04:00 committed by GitHub
parent 4820730ba1
commit 444abaa003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ During foreground cascading deletion, the only dependents that block owner
deletion are those that have the `ownerReference.blockOwnerDeletion=true` field
and are in the garbage collection controller cache. The garbage collection controller
cache may not contain objects whose resource type cannot be listed / watched successfully,
or objects which are created concurrent with deletion of an owner object.
or objects that are created concurrent with deletion of an owner object.
See [Use foreground cascading deletion](/docs/tasks/administer-cluster/use-cascading-deletion/#use-foreground-cascading-deletion)
to learn more.