-
Notifications
You must be signed in to change notification settings - Fork 592
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 for BoostrapSelfManagedAddons flag for EKS cluster creation #5222
base: main
Are you sure you want to change the base?
Conversation
Hi @jas-nik. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
"failed to create new managed VPC: failed to create vpc: The maximum number of VPCs has been reached" 😞 |
/retest |
/lgtm |
@JonnieDoe: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
1 similar comment
/retest |
@jas-nik Sorry about the delay here, and thank you for this contribution. I've been troubleshooting EKS CI issues, and this behavior is very welcome :) I do ask that you add some tests for this case. We'll need at least a cluster template and to point to that template in the e2e test config. |
@nrb Apologies, this fell off my radar. I'll get them added |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hey @jas-nik CAPA doesn't do merge commits, would you be able to rebase instead? |
/test pull-cluster-api-provider-aws-test Hit VPC limit. |
Still the same VPC limit issue. |
/retest |
/test pull-cluster-api-provider-aws-test |
@damdo @nrb @richardcase would you be able to help with the VPC limit issue? |
/test pull-cluster-api-provider-aws-test |
@jas-nik Unfortunately we can't allocate more VPCs right now. The best we can do is retry the tests at off-peak times. |
/retest |
@jas-nik @nrb @damdo - are getting the "VPC limit" error when running just the unit tests or the e2e tests? If it's the unit tests, (i.e. via Also, if it is the e2e then potentially we can increase the service limits. |
@jas-nik: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Are we sure thats the real error? We have a test the checks for maximum number of VPCs:
I will have a look at the logs in the morning to check. |
Looking at the logs it seems to be multiple issues with tests:
Its worth running just these tests locally to see whats going on. |
https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_cluster-api-provider-aws/5336/pull-cluster-api-provider-aws-test/1887504193065848832 - One of the latest PRs build passed even after VPC limit failure, so it might be a red herring after all. Thank you for chiming in. Still need to investigate what is the actual failure. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add flag to support BootstrapSelfManagedAddons to provision Bare EKS cluster without default addons (coreDNS, kube-proxy, aws-vpc-cni)
https://docs.aws.amazon.com/eks/latest/userguide/create-cluster.html
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist:
Release note: