Update renewal docs#570
Conversation
0b1727b to
ff1dd2b
Compare
wallrj
left a comment
There was a problem hiding this comment.
If you create the PR against the release-next branch, it will not show up in the live docs when merged, but instead it will be visible only when you visit: https://cert-manager.io/next-docs/
That way we can preview how the documentation is coming together before we do the 1.4 release.
Also, create a https://github.com/cert-manager/website/tree/master/content/en/docs/release-notes/release-1.4.md file and add a paragraph there about the slight change in behaviour.
ff1dd2b to
01523d0
Compare
|
Thanks @wallrj ! I've added https://github.com/cert-manager/website/tree/master/content/en/docs/release-notes/release-1.4.md file. |
Signed-off-by: irbekrm <irbekrm@gmail.com>
Since renewBefore is now calculated as min(duration / 3, renewBefore) this should no longer be an issue Signed-off-by: irbekrm <irbekrm@gmail.com>
Signed-off-by: irbekrm <irbekrm@gmail.com>
Signed-off-by: irbekrm <irbekrm@gmail.com>
01523d0 to
744dd2b
Compare
|
Thanks for the review @wallrj ! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irbekrm, wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
In cert-mananger/#4040 we changed how the renewal time of a cert is calculated.
This PR updates the docs and tries to explain the renewal time/duration/renewBefore in a bit more detail.
This PR is against
release-nextbranch as it addsv1.4specific documentation. Oncev1.4is released, we should also merge this into master.Fixes #567