-
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
Expose Ip-Family for IPV6 #1089
Expose Ip-Family for IPV6 #1089
Conversation
This reverts commit 57b526f.
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
@mikhailshilkov I have rebased your MR on master and resolved the conflicts. |
/run-acceptance-tests |
00393be
to
93892fe
Compare
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
Due to a bug in our acceptance testing workflow, I'll be merging it into a feature branch and create another PR against |
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]>
### 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]>
Fixes #698
Based on #888 and rebased onto master