-
Notifications
You must be signed in to change notification settings - Fork 394
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
enable ipv6 forwarding on instances #97
Conversation
I want to check first if something else is missing |
@aojea how's this going? need some help? |
I'm able to deploy the network infra with my PR to the cluster-api-provider-aws, but I'm trying to fix the panics with the conversions. Although the subnets and VPC are created, I can't progress because I can't use the cloudformation template in my account :/ , need to check if I can get some way to overcome that. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
Also ensure that IPv6 is enabled. This is required for dual-stack and IPv6 clusters.
/hold cancel we need to enable this kernel parameters to be able to use these images |
/approve |
/assign @detiber |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, detiber, dims The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We need to enable ipv6 forwarding on instance in order to support ipv6 k8s clusters.