-
Notifications
You must be signed in to change notification settings - Fork 814
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
Make hostNetwork configurable for daemonset #1716
Conversation
Welcome @bseenu! |
Hi @bseenu. Thanks for your PR. I'm waiting for a kubernetes-sigs 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 kubernetes/test-infra repository. |
Yes please - can we help get this pushed across the line? |
/ok-to-test |
Hi @bseenu - a few things: First, is there a particular reason you want to run the driver in host network mode? This is a potentially footgun-ish feature, so I'm hesitant to expose it to users without a good reason. Second, please remove the modifications to Third, you seem to have some minor test failures, please fix those (the Windows test is a known flake and is marked as optional, so you can ignore it, but the other test failures are likely legitimate). |
/retest |
@ConnorJC3, Fundamentally DaemonSets not using |
@diranged The reason why EFS (and FSx) removed In terms of the PR, I think if users want to configure |
e834a15
to
3a4457e
Compare
By default the chart would still be having it false, but makes that configurable whoever wants to change it |
removed the changes to changelog and chart.yaml, Thanks |
We had some discussion about this and decided we're good with the change as long as it defaults to /lgtm |
/lgtm |
@bseenu can you squash the commits in this PR? It seems like they should all be in a single commit |
/label tide/merge-method-squash |
We can let prow squash it /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ConnorJC3 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 |
/retest |
1 similar comment
/retest |
Is this a bug fix or adding new feature?
bug fix
What is this PR about? / Why do we need it?
we want to run the daemonsets in host network, and want to make that configurable
What testing is done?