-
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
Introduce rosaControlPlane for managed kubernetes #4453
Conversation
Hi @muraee. 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/test-infra repository. |
cc @vincepri @richardcase Alberto is on PTO and asked to continue this work and see it through. |
/ok-to-test |
/test pull-cluster-api-provider-aws-build |
1 similar comment
/test pull-cluster-api-provider-aws-build |
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.
Thanks for this @muraee . Some initial comments. Feel free to reach out to me if you have any questions.
1e17892
to
6408e5b
Compare
@muraee - lets find a time to chat about the network requirements of rosa and the crds. |
/test pull-cluster-api-provider-aws-build |
1 similar comment
/test pull-cluster-api-provider-aws-build |
/test pull-cluster-api-provider-aws-build |
Build is happy again after kubernetes/test-infra#30792 has merged. @richardcase @Ankitasw @Skarlso If there are no objections/suggestions, I think this PR is ready to be merged. |
/lgtm @richardcase for final approve |
/test pull-cluster-api-provider-aws-verify |
/lgtm |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Skarlso 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?
Add one of the following kinds:
/kind feature
What this PR does / why we need it:
Continuation of #4344
This introduces support ROSA analogous to the EKS implementation.
This branch introduces a new ROSAControlPlane CRD and controller which enables functional ROSA Cluster creation with the proper yaml definition. We plan to iterate and follow up to flesh out design and implementation for the API, cluster deletion, day 2 changes, machine management via rosaMachinePools, etc.
This first iteration is meant to be little more than a starting common ground for collaboration.
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: