-
Hi, I am running linkerd version stable-2.10.2 on Azure Kubernetes service (AKS). While I am trying to inject linkerd to a particular service, it is exiting with "CrashLoopBackOff" error. The other services are running fine, this service has a dependency, it is a multi-container service with a sidecar container running along with main container.
Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@nm158b Are you managing your certificates through cert-manager? If so, can you provide the steps that you took to set that up? I ask because the errors in the proxy indicate those resources have already been created. |
Beta Was this translation helpful? Give feedback.
-
@kleimkuhler Yes we did not have this volume mounted to the desired path. And linkerd-proxy is trying to find this token file. We have modified deployment.yaml file according to fix this issue. Now it is resolved, thank you so much for helping us. Can you please take a look that this #6879. |
Beta Was this translation helpful? Give feedback.
@kleimkuhler Yes we did not have this volume mounted to the desired path. And linkerd-proxy is trying to find this token file. We have modified deployment.yaml file according to fix this issue. Now it is resolved, thank you so much for helping us.
Can you please take a look that this #6879.