Hi,
The command linkerd check --proxy
say:
× trust anchors are within their validity period
Invalid anchors:
* 89759643423159114364408881931985711234 root.linkerd.cluster.local not valid anymore. Expired on 2024-10-23T14:27:09Z
see https://linkerd.io/2/checks/#l5d-identity-trustAnchors-are-time-valid for hints
I have already renewed the certificates, restarted the deployments (cert-manager, linkerd, apps, etc) but linkerd check --proxy
still error in this point.
I have even connected into the node and checked if the mounted root certificate configmap is right, and it is.
Where does linkerd check --proxy
grab the old certificate from?
Thanks