feat: Add default 21 days on controlplane cert expiry#805
Open
jihyun-huh wants to merge 1 commit into
Open
Conversation
jihyun-huh
force-pushed
the
feat/add-default-value-of-cert-expiry-days
branch
from
July 22, 2026 11:03
bcc6eb3 to
e1c14a4
Compare
m-bull
requested changes
Jul 22, 2026
jihyun-huh
force-pushed
the
feat/add-default-value-of-cert-expiry-days
branch
6 times, most recently
from
July 22, 2026 14:06
ea8963e to
3e11ff5
Compare
jihyun-huh
force-pushed
the
feat/add-default-value-of-cert-expiry-days
branch
from
July 22, 2026 14:12
3e11ff5 to
a0e5900
Compare
jihyun-huh
force-pushed
the
feat/add-default-value-of-cert-expiry-days
branch
from
July 23, 2026 13:07
a0e5900 to
5be31cc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Set default value of
certificatesExpiryDaysto21in the CAPI Helm chart.with this change, controlplane machine will be automatically rolled out
21days before kubeadm certificates expire.Relationships with other PRs
This change follows the instruction of:
Backwards compatibility
Existing azimuth clusters that explicitly configure
certificateExpiryDayswould not be affected.Users can override the default value through their helm values if a different rollout threshold is needed.