-
Notifications
You must be signed in to change notification settings - Fork 82
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
Re-apply "expose ipFamily" #888
Re-apply "expose ipFamily" #888
Conversation
This reverts commit 57b526f.
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
1 similar comment
Does the PR have any schema changes?Looking good! No breaking changes found. |
I would like to be able to use this feature, but I unfortunately don't think I have the skills to fix what needs done for the tests, but if there is some way I can help I can try. |
@mikhailshilkov is there anything else that needs to be done other than a review? Happy to contribute if there is anything I can do. |
@mikhailshilkov Waiting for this since many years. Any ETA possible? AWS is now charing for IPV4 making this even more important: https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/ |
Fixes #698 Based on #888 and rebased onto master --------- Co-authored-by: Mikhail Shilkov <[email protected]> Co-authored-by: Kyle Pitzen <[email protected]> Co-authored-by: Ramon Quitales <[email protected]>
Fixes #698 Based on #888 and rebased onto master --------- Co-authored-by: Mikhail Shilkov <[email protected]> Co-authored-by: Kyle Pitzen <[email protected]> Co-authored-by: Ramon Quitales <[email protected]>
Fixes #698 Based on #888 and rebased onto master --------- Co-authored-by: Mikhail Shilkov <[email protected]> Co-authored-by: Kyle Pitzen <[email protected]> Co-authored-by: Ramon Quitales <[email protected]>
### Proposed changes This PR exposes the `ipFamily` argument to enable creating EKS clusters that support ipv6 networking. Modified from #888 and rebased on top of latest changes in master. An additional cluster with ipv6 is also created to test that cluster creation works as expected. ### Related issues (optional) Closes: #698 Closes: #684 --------- Co-authored-by: David Roth <[email protected]> Co-authored-by: Mikhail Shilkov <[email protected]> Co-authored-by: Kyle Pitzen <[email protected]>
Superseded by #1098 |
### Proposed changes This PR exposes the `ipFamily` argument to enable creating EKS clusters that support ipv6 networking. Modified from #888 and rebased on top of latest changes in master. An additional cluster with ipv6 is also created to test that cluster creation works as expected. ### Related issues (optional) Closes: #698 Closes: #684 --------- Co-authored-by: David Roth <[email protected]> Co-authored-by: Mikhail Shilkov <[email protected]> Co-authored-by: Kyle Pitzen <[email protected]>
Re-applies #882 to fix #698 but now with green build (eventually)