Replies: 1 comment 8 replies
-
Hey @ccmtaylor, according to the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
we're currently evaluating service mesh products for use in our (on-prem/bare-metal and AWS) Kubernetes clusters. After checking that
linkerd check --pre
succeeded, I tried installing linkerd on one of our clusters, usinglinkerd install --ha | kubectl apply -f -
. Unfortunately, the linkerd-destination and linkerd-proxy-injector pods get stuck in statePodInitializing
indefinitely (I waited ~3h). The init-container completes successfully, and its logs look reasonable, but the regular containers never start up.This looks similar to #7271, except in my case, the pods don't get out of the PodInitializing state at all. The cluster is not low on resources, it's a ~50 node cluster with very few workloads.
I'd appreciate any pointers to things I may have overlooked.
Thanks,
Chris
linkerd/k8s versions
kubectl -n linkerd get all
kubectl describe pod linkerd-destination
linkerd-init logs
Beta Was this translation helpful? Give feedback.
All reactions