Skip to content

Commit

Permalink
Document owner ref restrictions explicitly (kubernetes#12543)
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo authored and Mayank Kumar committed Mar 11, 2019
1 parent f9f63bb commit 314d63f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

When you delete an object, you can specify whether the object's dependents are
Expand Down

0 comments on commit 314d63f

Please sign in to comment.