-
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) #1098
Conversation
adff652
to
37b1bdc
Compare
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]>
37b1bdc
to
cd23fed
Compare
cd23fed
to
6f4a06f
Compare
6f4a06f
to
f8098b7
Compare
f8098b7
to
ac33a32
Compare
582ee31
to
af28859
Compare
af28859
to
708604b
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
@rquitales It looks like the acceptance tests have been successfully completed.🥳 |
Note: this PR previously passed all pre-submits. A new commit was added that only modified comments (6c3675e), so I'll be force pushing it since retesting requires another 30-45 mins to run. We also have post-submit CI runs that also exercise the same tests. |
### 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