-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: add EKS controlplane provider #3685
🌱 feat: add EKS controlplane provider #3685
Conversation
/retest |
@richardcase Are you still interested in getting this change in v0.3.10? |
@vincepri - yes would love to, can't look at fixing the tests until tomorrow though |
/test pull-cluster-api-test |
/approve |
/hold |
ce45775
to
94df36c
Compare
@fabriziopandini - commits squashed and pushed. |
/hold cancel |
/approve cancel |
/lgtm |
Add the EKS control plane provider to `clusterctl` which will be available in the **0.6.1** release of CAPA. The EKS bootstrap and control plane providers have had their names changes so they are prefixed with aws and both end up being `aws-eks`. The apidiff test fails will fail with this changed due to the removal of the `EKSBootstrapProviderName` provider name.
94df36c
to
688d6d7
Compare
@richardcase: The following tests 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/test-infra repository. I understand the commands that are listed here. |
/assign @randomvariable @wfernandes Waiting for tests to pass before approving |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri 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 |
/lgtm |
What this PR does / why we need it:
This adds the eks control plane provider to clusterctl. This is to enable users to install the provider using
clusterctl init
. The EKS Control Plane has been split into its own provider and will be avaiyable in the 0.6.1 release of CAPA.Which issue(s) this PR fixes:
Fixes kubernetes-sigs/cluster-api-provider-aws#1970