-
Notifications
You must be signed in to change notification settings - Fork 835
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
Issue #3968: Allow hostNetwork=true for seldon operator #3971
Issue #3968: Allow hostNetwork=true for seldon operator #3971
Conversation
Hi @marianobilli. Thanks for your PR. I'm waiting for a SeldonIO or todo member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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 jenkins-x/lighthouse repository. |
/assign @ivan-valkov |
Thank you @marianobilli - only thing to bare in mind is that the changes for helm charts are actually generated automatically from the raw operator manifest files, so you would actually have to add these entries under |
got it, no problem I will make the change there |
update helm template generators
@axsaucedo done, please check it, also please note I have a VSCode plugin to delete spaces at the end of lines, so I hope you dont mind that. |
remove duplicated code
@marianobilli this looks great - thank you very much, I will test locally to validate and we can merge. Thanks for the prompt iterations 👍 |
/test integration |
/test notebooks |
@marianobilli it seems we're getting this issue:
Based on this it seems it may just require removing the quotes from the resulting helm chart/template(s) |
Remove quotes from hostNetwork when generating helm chart
Remove quotes from hostNetwork when generating helm chart
sorry for that @axsaucedo! I forgot to test it, you were correct, now it is fixed and I tested the chart. Note: when I run |
Thanks for the fast turnaround @marianobilli - yes I think the webhook often changes removing a cert if statement so definitely good call on not including it. Ok perfect, will rerun the tests |
/test integration |
/test notebooks |
Hi @axsaucedo will the failure on the docs-lint be a problem to move forward with the merge? Thanks. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: axsaucedo 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 |
Yes - nice one, thank you for the contribution |
What this PR does / why we need it:
It allows to set hostNetwork for seldon core operator.
It is needed for EKS clusters with CNI plugin such as calico in order to allow communication from the control plane to the operator webhook
Which issue(s) this PR fixes:
Fixes #3968
Special notes for your reviewer: