-
Notifications
You must be signed in to change notification settings - Fork 37
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
Adapt high-availability configuration #138
Conversation
9b9fb6c
to
aa17d5d
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.
/lgtm
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.
Can you check if the suggested change is your intention?
charts/internal/shoot-cert-management-seed/templates/poddisruptionbudget.yaml
Outdated
Show resolved
Hide resolved
ae94786
to
bc2efcb
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.
next try to fix the controller-registration.yaml
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.
/lgtm
Thanks @MartinWeindel |
**Release Notes**: ```bugfix user github.com/gardener/cert-management #140 @MartinWeindel Disable followCNAME by default again as it was activated implicitly by github.com/go-acme/lego version upgrade ``` ```bugfix operator github.com/gardener/cert-management #138 @MartinWeindel Fix edge case of inconsistent certificate/secret: request certificate in this case. ```
How to categorize this PR?
/area high-availability
/kind enhancement
What this PR does / why we need it:
This PR prepares components for HA by labeling them with the corresponding
high-availability-config.resources.gardener.cloud/type
and defining the requiredPodDisruptionBudget
, please see this document for more information.Which issue(s) this PR fixes:
Part of gardener/gardener#6529
Release note: