-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespaced Operator #1142
Namespaced Operator #1142
Conversation
Need to ensure webhook config is scoped: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-rules |
How to prevent the cluster-wide operator from competing with namespaced operator? |
Good question. Is that good practice to have a cluster wide and namespaced operators in same cluster? |
Fri Dec 6 16:34:10 UTC 2019 impatient try |
Fri Dec 6 16:34:16 UTC 2019 impatient try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a quick review on the code and some of the configuration. I think the controller-id label key should have a prefix.
Sat Dec 7 09:57:04 UTC 2019 impatient try |
Sat Dec 7 09:57:08 UTC 2019 impatient try |
Sat Dec 7 10:39:39 UTC 2019 impatient try |
Sat Dec 7 10:39:46 UTC 2019 impatient try |
Mon Dec 9 11:56:14 UTC 2019 impatient try |
Mon Dec 9 11:56:18 UTC 2019 impatient try |
- auth_proxy_service.yaml | ||
- auth_proxy_role.yaml | ||
- auth_proxy_role_binding.yaml | ||
#- auth_proxy_service.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this bit intentional? Just double-checking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. Wanted to simplify the install by removing the proxy auth.
/ok-to-test |
Mon Dec 9 13:13:43 UTC 2019 impatient try |
Mon Dec 9 13:14:10 UTC 2019 impatient try |
Mon Dec 9 13:14:11 UTC 2019 impatient try |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ryandawsonuk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Mon Dec 9 15:12:38 UTC 2019 impatient try |
Mon Dec 9 15:12:47 UTC 2019 impatient try |
Mon Dec 9 20:45:33 UTC 2019 impatient try |
Mon Dec 9 20:45:43 UTC 2019 impatient try |
Fixes #1139
Fixes #871
controler-id
matching labelIncludes: