Replies: 3 comments 7 replies
-
This is an unfortunate limitation of helm. We can generate certificates with helm, but not persist them between upgrades. If you want a single command I would recommend using |
Beta Was this translation helpful? Give feedback.
-
There is a way to bypass this limitation. I was able to include some dummy values for the 4 parameters and it was able to install all the components but the pods are in "CrashLoopBackOff" state which makes sense since the certs are invalid. How do we go about updating the certs once Linkerd has been installed? |
Beta Was this translation helpful? Give feedback.
-
@shahriak Do you have a solution now? I'm interested to know how to helm upgrade with new certs with no down time. thx |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings Linkerd Community,
We are trying to install Linkerd using Helm. We have an automated process which simply pulls the Helm chart and deploys it onto an AKS cluster. The only hurdle is that the Helm command requires root and issuer certs to be passed. I would like to reduce the command from 1 to 2
I have already looked into cert-manager but it seems rather complicated. Could you guys please provide some input?
Is it possible to update the certs after linkerd installation using Helm and restart the pods to pick up the certs?
helm install linkerd2 linkerd/linkerd2
Beta Was this translation helpful? Give feedback.
All reactions