-
Notifications
You must be signed in to change notification settings - Fork 451
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
Allow running daemonset in hostNetwork mode #393
Allow running daemonset in hostNetwork mode #393
Conversation
bde5c7f
to
7af3df9
Compare
I believe this is all that is required to enable the feature so submitting for review but haven't tested locally in a real cluster yet. Will do that later today in a few hours and report back. |
7af3df9
to
de358ff
Compare
Verified on a local cluster. Good to go. |
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.
Can you add an e2e test for this case? I know that some platforms like OpenShift restrict options like these, and an e2e test would be useful to validate that.
515eb03
to
0099444
Compare
0099444
to
4270cce
Compare
4270cce
to
d8ecbfd
Compare
@jpkrohling added e2e test for daemonset+hostNetwork |
LGTM! Waiting for the tests to pass...
|
@VineethReddy02 yeah these seem to be flaky tests. They fail randomly locally as well as on CI. I'm re-running the CI. Hopefully should be green in a few attempts. |
All green now @VineethReddy02 Thanks for the review. |
* Allow running daemonset in hostNetwork mode * Added daemonset e2e tests
* Allow running daemonset in hostNetwork mode * Added daemonset e2e tests
No description provided.