-
Notifications
You must be signed in to change notification settings - Fork 598
✨ Add ClusterClass support for EKS clusters #5375
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
base: main
Are you sure you want to change the base?
✨ Add ClusterClass support for EKS clusters #5375
Conversation
[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 |
6489bf0
to
fee134f
Compare
/test pull-cluster-api-provider-aws-e2e |
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.
This looks good @alexander-demicev .
Can you add an e2e test to cover creating a cluster with ClusterClass?
@richardcase yes, can I do it in a follow-up PR? I already have a draft locally |
930fb59
to
ce8e91a
Compare
A follow-up is good, i think we'd want the e2e coverage before we release this though.....this feature will be really popular 😄 |
775b63e
to
12569ea
Compare
/test pull-cluster-api-provider-aws-e2e |
12569ea
to
b2f4d39
Compare
/test pull-cluster-api-provider-aws-e2e |
/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-sigs/prow repository. |
/test pull-cluster-api-provider-aws-e2e-eks |
/milestone v2.9 |
@richardcase: The provided milestone is not valid for this repository. Milestones in this repository: [ 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-sigs/prow repository. |
b2f4d39
to
dfc8736
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
dfc8736
to
32e08aa
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
@alexander-demicev - for any new templates used in e2e tests you will need to the following:
Looking at what you have done, i think you've added the template to the wrong e2e file. Add it to |
d0f28ea
to
77310a6
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
Created a PR to your fork that should help: alexander-demicev#1 |
aadeaf9
to
b86a145
Compare
6343761
to
5d40462
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
5d40462
to
012bfb1
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
012bfb1
to
46da4b6
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
77a1e3d
to
aa5cc52
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
aa5cc52
to
e2a977d
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
Signed-off-by: Alexandr Demicev <[email protected]>
Signed-off-by: Alexandr Demicev <[email protected]> Co-authored-by: Richard Case <[email protected]>
e2a977d
to
934ce38
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds ClusterClass support for EKS.
AWSManagedControlPlane
broke conversions and they have to be done manually.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 #3166
Special notes for your reviewer:
Checklist:
Release note: