-
Notifications
You must be signed in to change notification settings - Fork 385
Conversation
72760ce
to
85a6143
Compare
Hey @jipperinbham, thanks. I am kind of curious why this is necessary as its not super clear to me. I've previously understood The Kubernetes networking model1 also states that all containers should be able to communicate to their nodes (and vice versa) without NAT, point 2. We tested this daemonset on a variety of K8S installations and found it to work without issue, without this change. So my question is: why isn't port 8500 properly binding and accessible to the host IP by setting |
Ok, I think I've found out what is going on. aws/amazon-vpc-cni-k8s#132 states Given this, would you think an additional option in the |
Yes, I think that'd be acceptable. Thanks for digging into this. I'm curious if |
85a6143
to
a88d4fb
Compare
Ok, I've updated the PR to make As far as the use of |
|
Following up on this-- @jipperinbham, does the fix @Art3mK mentioned make the current |
I haven't been able to test it but good to know it's likely fixed. Since this is an "opt-in" change, is it an issue to make it an option? |
In an effort to keep the helm chart understandable and easy to use, we'd like to be judicious about which configuration values we add. If your underlying issue has been solved by AWS, I would prefer not to add this option at this point in time. If things change in the future, we can always revisit that decision. |
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
Closed this one since it's quite out of date and I can't really sign the CLA for these changes at this point. |
addresses #43