Replies: 1 comment
-
Is there any chance these issues existed before injecting Linkerd? I haven't thought of a reason that after editing these pod specs to include an additional container/image (the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Installed linkerd and linkerd-viz on Azure AKS.
When injecting linkerd to my namespace, using the following command.
kubectl get -n <namespace> deploy -o yaml | linkerd inject - | kubectl apply -f -
But some of the pods keep getting restarted and below is the error message I see in the events and logs. These worked fine before injecting linkerd.
ERROR: ImagePullBackOff
Pods Status:
Deployment Events:
Any help is appreciated, Thank you.
Beta Was this translation helpful? Give feedback.
All reactions