-
Notifications
You must be signed in to change notification settings - Fork 34
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
RHOAIENG-15335: feat(odh-nbc/webhook): only update oauth-proxy image in CREATE events #437
RHOAIENG-15335: feat(odh-nbc/webhook): only update oauth-proxy image in CREATE events #437
Conversation
I did the following test:
So I would say /lgtm |
Tested also in Harshad's cluster everything looks good as well |
Review the bits, seems like as pointed out Admission.Update does get triggered on culler being on. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshad16 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 |
/override ci/prow/odh-notebook-controller-e2e |
@jiridanek: Overrode contexts on behalf of jiridanek: ci/prow/odh-notebook-controller-e2e In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/override ci/prow/odh-notebook-controller-e2e https://issues.redhat.com/browse/RHOAIENG-15492 |
@jiridanek: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/override ci/prow/odh-notebook-controller-e2e |
@jiridanek: Overrode contexts on behalf of jiridanek: ci/prow/odh-notebook-controller-e2e In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
https://issues.redhat.com/browse/RHOAIENG-15335
This is an alternate solution, see also
Description
Don't touch OAuth Proxy parts when the Notebook is Updated, only set it once on Create.
How Has This Been Tested?
Not yet, so far only thinking about possible approaches to solve the problem above. This PR is one such possible approach, there may be better ones.
I don't like this solution myself much, but it's for sure simpler than the other one.
Merge criteria: