-
The helm chart uses a fixed cert expiration of 365 days for the proxy injector, sp-validator and tap. Does that mean that the cert has to be manually renewed after 365 days? Here is the link to the code in the sp-validator helm template: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, the |
Beta Was this translation helpful? Give feedback.
-
Great, thank you. That was exactly the hint I was looking for. |
Beta Was this translation helpful? Give feedback.
Yes, the
linkerd upgrade
andhelm upgrade
commands can be used to renew those certs. See https://linkerd.io/2/tasks/rotating_webhooks_certificates/. Also, some folks in the community have been trying to put together steps on how to automate this with cert-manager.