-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Annotate a resource with the namespace of the operator handling it (#…
…1594) * Annotate a resource with the namespace of the operator handling it This will help users to find the operator configured to reconcile a resource, and log a warning if it looks like multiple operators are watching the same namespace. * Refuse to reconcile a resource owned by another operator This is safer in the case of operators misconfigured to have overlapping namespaces. We'll be guaranteed that only one operator will be trying to manage a resource, and the other operator will log events complaining that it's also supposed to manage the resource but isn't.
- Loading branch information
1 parent
e16e429
commit 64508fd
Showing
2 changed files
with
157 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters