-
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
feat: Graduate EKS out of experimental #2648
Conversation
/test ? |
@richardcase: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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/test-infra repository. |
/test pull-cluster-api-provider-aws-e2e-eks |
/priority important-soon |
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e-eks |
1 similar comment
/test pull-cluster-api-provider-aws-e2e-eks |
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.
I think we also need to update the quick start (in core cluster-api repo) and disable EKS permissions by passing a config to clusterawsadm there.
I have added a section on this in the disabling eks documentation topic |
Yes, but for users that will not use EKS support, they will not read through the EKS section. In the quick start, we are not bringing up EKS clusters so the permissions for it is not needed. |
I need to make a change to clusterctl to remove the bootstrap/controlplane providers so i will add a note to the quick start starts about disabling EKS support. Would that be ok? |
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e-eks |
Until the EKS e2e have passed multiple times: /hold |
/test pull-cluster-api-provider-aws-e2e-blocking |
EKS e2e passed for the 2nd time. |
/test pull-cluster-api-provider-aws-e2e-eks |
All looks reasonable to me. |
For other reviewers (i.e. @sedefsavas ), we had discussed on Slack about IAM permissions, and we've concluded to enable EKS IAM by default as long as we include the release note warnings around those changes. |
The e2e tests passed for a third time. |
The EKS functionality is graduated out of experimental with this change. This means it will be enabled by default. As part of the graduation the separate controlplane and bootstrap providers have been removed and merged into the main AWS infrastructure provider. clusterawsadm has been changed so that EKS is enabled by default. This ensures that the correct pre-requisites are enabled by default. The option in the bootstrap config to enable EKS have been changed to a disable option. The docs have also been updated to reflect the fact that EKS is enabled by default. Fargate profiles is now enabled via the **EKSFargate** feature flag and remains experimental. Signed-off-by: Richard Case <[email protected]>
@randomvariable - sorry i had to resolve a conflict so the lgtm has been removed. |
/lgtm |
/lgtm as well |
/approve Remove /hold wehn you're comfortable @richardcase |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable 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 |
/test pull-cluster-api-provider-aws-e2e-eks |
Will do, thanks @randomvariable |
/test pull-cluster-api-provider-aws-e2e-eks |
After a flake in the teardown another pass of the e2e |
//test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e |
1 similar comment
/test pull-cluster-api-provider-aws-e2e |
Unmanaged e2e are passing as well. So its time to: /unhold |
Signed-off-by: Richard Case [email protected]
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
The EKS functionality is graduated out of experimental with this change. This means it will be enabled by default.
As part of the graduation the separate controlplane and bootstrap providers have been removed and
merged into the main AWS infrastructure provider.
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 #2570
Fixes #2539
Special notes for your reviewer:
Checklist:
Release note: