Certificate signed by unknown authority while installing with helm #8575
Replies: 4 comments 2 replies
-
Where do you see this error? I'm not sure if this is related but
You almost definitely do not want to use the issuer certificate as the webhook CA bundle. These are unrelated. I see you are using |
Beta Was this translation helpful? Give feedback.
-
Hi @olix0r, Thank you for your response ! The error is seen in the identity pod using this command :
Yes I'm trying to setup cert-manager to rotate the certificates automatically so I followed those two pages to setup cert-manager and all : https://linkerd.io/2.11/tasks/automatically-rotating-control-plane-tls-credentials/ https://linkerd.io/2.11/tasks/automatically-rotating-webhook-tls-credentials/ So I used this command to generate my control plane certificate :
And this one for the webhook cert :
For some reason I managed to install linkerd via the cli using this command and everything works fine with this method.
I don't quite get the difference with the two methods as they have the same setup. Hope this helps understand better. Thank you for your help ! |
Beta Was this translation helpful? Give feedback.
-
I have exactly the same error as @neurosis71 @neurosis71 I've inspect |
Beta Was this translation helpful? Give feedback.
-
I also have the exact same error, when it was working a few days ago |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I'm encountering some trouble installing linkerd on my EKS cluster because of my certificates.
Problem
The main error I see is this one :
I've been scratching my head around this problem for a couple of days now and I'm running out of clues.
Is there a way to resolve or circumvent this problem somehow ?
Technical details
I'm installing linkerd using this command
And here is the config file I use
Shortly after the installation is done the created pods go in CrashLoopBackOff
When I get the log from the identity pod
linkerd check returns this
I followed your documentation here and used the exact same commands.
Thank you for your help guys !
Beta Was this translation helpful? Give feedback.
All reactions