-
Notifications
You must be signed in to change notification settings - Fork 578
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
✨ Support adding custom secondary VPC CIDR blocks in AWSCluster
#4898
Conversation
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e |
e14cc80
to
6caacd3
Compare
Marking as draft again since there seem to be some implications and assumptions regarding subnets that CAPA has. I'll first dig into that and update the PR. |
6caacd3
to
92e4be4
Compare
Working now. I included and extended the fix https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/4800/files since CAPA isn't supposed to choose any secondary CIDR subnet for creating nodes. |
92e4be4
to
9b917e8
Compare
/lgtm The verify job just needs a |
I ran |
@nrb Looks fine now after I rebased onto |
/lgtm |
I added the two permissions
to |
1df6444
to
266368b
Compare
266368b
to
8ea9435
Compare
/test pull-cluster-api-provider-aws-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
8ea9435
to
108127e
Compare
Rebased. @cnmcavoy can you take a look again (was already LGTM)? And @Ankitasw @richardcase I need an approval as well. |
/lgtm |
108127e
to
05d6299
Compare
I had to rebase this once again due to the new field @richardcase @Ankitasw do you have time to look into this PR? It was already reviewed, but not approved. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nrb 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
For Cilium in AWS ENI mode, or other CNIs that can use a separate CIDR block e.g. for pod IPs, we need to support creating those CIDRs like we do for EKS.
I kept IPv6 out for now since most users won't be able to use it, but kept the structure field naming flexible to accommodate for it later.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):n/a
Checklist:
Release note: