-
Notifications
You must be signed in to change notification settings - Fork 217
Highlight the importance of the Bundle and the need to restart both CP and DP #1990
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ivan Porta <[email protected]>
Signed-off-by: Ivan Porta <[email protected]>
81a03b2 to
fe8a186
Compare
| Linkerd automatically rotates workload certificates, but it does **not** | ||
| rotate the identity issuer certificate or the trust anchor. You can use | ||
| third-party tools like cert-manager to automate rotation of those | ||
| certificates. However, for critical certificates—such as the | ||
| trust anchor, you must manually restart the control-plane components | ||
| and all data-plane proxies so they pick up the new trust anchor. |
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.
| Linkerd automatically rotates workload certificates, but it does **not** | |
| rotate the identity issuer certificate or the trust anchor. You can use | |
| third-party tools like cert-manager to automate rotation of those | |
| certificates. However, for critical certificates—such as the | |
| trust anchor, you must manually restart the control-plane components | |
| and all data-plane proxies so they pick up the new trust anchor. | |
| Linkerd automatically rotates workload certificates, but it **cannot** | |
| automatically rotate the identity issuer certificate or the trust anchor. | |
| Third-party tools like cert-manager can automate rotation of those | |
| certificates for you, but **read this documentation carefully** to understand | |
| when you need to restart Linkerd components in order to pick up the new | |
| certificates. |
|
|
||
| {{< warning >}} | ||
|
|
||
| This task is criticalas it ensures the old trust anchor remains valid alongside |
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 task is criticalas it ensures the old trust anchor remains valid alongside | |
| This task is critical, since it ensures the old trust anchor remains valid alongside |
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! and sorry for the delay. I've suggested a couple of tweaks, let me know what you think! 🙂
Added two warnings aimed at preventing misunderstandings about cert-manager automatically rotating certificates and clarifying the need for a manual step.