Document owner ref restrictions explicitly (#12543)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3eb1148568
commit
e063811cdb
@@ -60,6 +60,14 @@ metadata:
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{{< note >}}
|
||||||
|
Cross-namespace owner references is disallowed by design. This means:
|
||||||
|
1) Namespace-scoped dependents can only specify owners in the same namespace,
|
||||||
|
and owners that are cluster-scoped.
|
||||||
|
2) Cluster-scoped dependents can only specify cluster-scoped owners, but not
|
||||||
|
namespace-scoped owners.
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
## Controlling how the garbage collector deletes dependents
|
## Controlling how the garbage collector deletes dependents
|
||||||
|
|
||||||
When you delete an object, you can specify whether the object's dependents are
|
When you delete an object, you can specify whether the object's dependents are
|
||||||
|
|||||||
Reference in New Issue
Block a user