-
Notifications
You must be signed in to change notification settings - Fork 1.4k
📖 document automatic certificate renewal support in KCP #7268
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
📖 document automatic certificate renewal support in KCP #7268
Conversation
This is still an early draft. |
3749e82
to
fe295a5
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.
this is a great start, I have added few suggestions
also, this page should be linked from the index
Great work, IMO you can remove WIP and squash commits |
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.
Just some nits,
56b8afc
to
96b06c9
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.
two last nits, otherwise lgtm
96b06c9
to
9da9118
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
/lgtm |
/hold |
9da9118
to
8c4ea2e
Compare
@sbueringer I have updated the documentation to match the new changes made to the certificate rotation feature. PTAL. We will need to definitely get this into the |
Will definitely review this week. Flagged the corresponding issue as release-blocking just to make it easier to track |
@ykakarap Did another review. |
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.
great work, only one minor nit from my side
8c4ea2e
to
0ec048a
Compare
Thank you! lgtm pending squash |
/lgtm /hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 this PR does / why we need it:
This PR documents about the new automatic control plane certificate renewal support through repave in KCP.
The feature was introduced in: #6983
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 #7247