Linkerd-tap is not working after 'automatically Rotating Webhook TLS Credentials' #12709
-
Hi, we’re currently using Helm to install Linkerd, linkerd-viz and cert-manager to manage the certificates. I configured linkerd-viz for automatic certificate renewal. The steps were followed as in this task page, but the only difference is that the 'root-CA' is stored in Vault-PKI. There are no error messages for the certificate and issuer, but the tap-pod logs are as follows;
and when performing 'linkerd check --proxy', I get the following output:
Issuer config:
Linkerd version: 2.14.10
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have found the issue. In the settings of the linkerd-viz Helm chart, I did not specify the namespace of the certificate for CA injection. It should be as in this example ;
|
Beta Was this translation helpful? Give feedback.
I have found the issue. In the settings of the linkerd-viz Helm chart, I did not specify the namespace of the certificate for CA injection. It should be as in this example ;