Skip to content
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

Confusing environment variable names #2907

Closed
trourance opened this issue May 6, 2024 · 2 comments
Closed

Confusing environment variable names #2907

trourance opened this issue May 6, 2024 · 2 comments

Comments

@trourance
Copy link

I'm planning an upgrade of our EKS cluster from 1.23 to 1.24. I would like to disable container IPv6, but the doc and the release notes are contradictory.
In the v1.15.0 release notes, there's a mention about a variable named DISABLE_CONTAINER_V6, while in the doc there's no reference about it, but there's another variable named DISABLE_POD_V6.
Which one am I supposed to use to achieve my goals ?

https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.15.0

https://github.com/aws/amazon-vpc-cni-k8s/tree/v1.15.0

@orsenthil
Copy link
Member

It should be DISABLE_POD_V6 .

envDisablePodV6 = "DISABLE_POD_V6"

The 1.15 release notes are wrong.
The latest readme has the correct information.

Copy link

github-actions bot commented May 6, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants