Update garbage-collection.md (#15495)

This commit is contained in:
Jiacheng Xu 2019-07-24 04:36:14 +02:00 committed by Kubernetes Prow Robot
parent b8efe3bc52
commit 761d210f63
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ collector deletes the object's dependents. Once the garbage collector has delete
the owner object.
Note that in the "foregroundDeletion", only dependents with
`ownerReference.blockOwnerDeletion` block the deletion of the owner object.
`ownerReference.blockOwnerDeletion=true` block the deletion of the owner object.
Kubernetes version 1.7 added an [admission controller](/docs/reference/access-authn-authz/admission-controllers/#ownerreferencespermissionenforcement) that controls user access to set
`blockOwnerDeletion` to true based on delete permissions on the owner object, so that
unauthorized dependents cannot delay deletion of an owner object.