Merge pull request #28423 from theadisoni/patch-1
Updated garbage-collection.md there was minor documentation mistake that is corrected!pull/28431/head
commit
cc5ca4f049
|
@ -68,7 +68,7 @@ is subject to deletion once all owners are verified absent.
|
||||||
|
|
||||||
Cluster-scoped dependents can only specify cluster-scoped owners.
|
Cluster-scoped dependents can only specify cluster-scoped owners.
|
||||||
In v1.20+, if a cluster-scoped dependent specifies a namespaced kind as an owner,
|
In v1.20+, if a cluster-scoped dependent specifies a namespaced kind as an owner,
|
||||||
it is treated as having an unresolveable owner reference, and is not able to be garbage collected.
|
it is treated as having an unresolvable owner reference, and is not able to be garbage collected.
|
||||||
|
|
||||||
In v1.20+, if the garbage collector detects an invalid cross-namespace `ownerReference`,
|
In v1.20+, if the garbage collector detects an invalid cross-namespace `ownerReference`,
|
||||||
or a cluster-scoped dependent with an `ownerReference` referencing a namespaced kind, a warning Event
|
or a cluster-scoped dependent with an `ownerReference` referencing a namespaced kind, a warning Event
|
||||||
|
|
Loading…
Reference in New Issue