-
Notifications
You must be signed in to change notification settings - Fork 490
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 HA shoot control planes in alpha state #5741
Introduce HA shoot control planes in alpha state #5741
Conversation
Skipping CI for Draft Pull Request. |
/assign |
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.
Unit tests are missing
etcd-druid@v0.9
and introduce HA shoot control planes in alpha state
Can you please introduce a dedicated CA (with respective client certificates) for the peer communication (do not reuse the |
3e86336
to
514b2ad
Compare
@rfranzke Thanks for your review comments. I have now rebased the PR and made the suggested changes. PTAL |
2c83aff
to
1112b9c
Compare
The e2e test fails due to #6081. |
For multi zonal control plane we have changed the scheduling constraints to either use There is another control plane component Would it make sense to also have GRM be deployed across zones if the the value of annotation: |
This makes sense @unmarshall. As discussed, let's include this and other improvements in new PRs because: |
Thanks for you input @rfranzke. I hope that I could address all of your comments. PTAL. |
84b8fc1
to
9a39dd8
Compare
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 @timuthy, let's get this in now :)
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke 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 |
/unhold |
* Introduce feature gate `HAControlPlanes` for gardenlet Signed-off-by: Shreyas Rao <shreyas.sriganesh.rao@sap.com> * Add support for multi-node, multi-zonal etcds * Add multi-AZ kube-apiservers * Schedule multi-AZ shoots only to supported seeds. Introduce feature gate `HAControlPlanes` for Gardener Scheduler. Signed-off-by: Shreyas Rao <shreyas.sriganesh.rao@sap.com> * Adapt tests Signed-off-by: Shreyas Rao <shreyas.sriganesh.rao@sap.com> * Fix etcd labels * Address review comments * add scheduler tests * add HAControlPlanes option validation * update feature gate release version * address review comments Co-authored-by: Tim Usner <tim.usner@sap.com>
How to categorize this PR?
/area control-plane
/area high-availability
/kind enhancement
What this PR does / why we need it:
This PR introduces high availability control planes for shoots in an MVP or alpha state.
HAControlPlanes
introduced for gardenlet and gardener-scheduler to enable support for the feature on landscapes/seeds. Disabled by default.alpha.control-plane.shoot.gardener.cloud/high-availability
with supported valuessingle-zone
andmulti-zone
, to enable HA control plane for individual shoot on a HA-supported seedalpha.control-plane.shoot.gardener.cloud/high-availability='multi-zone'
and seed labelseed.gardener.cloud/multi-zonal
)Which issue(s) this PR fixes:
Fixes partially #2817
Special notes for your reviewer:
Release note: