K8s Jaeger Operator on version 1.29.0 loops on Terminating and ContainerCreating #3586
Unanswered
stevensim226
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using Jaeger Operator version 1.29.0 on Kubernetes
v1.21.6-gke.1503
with a production configuration as follows:It worked fine before, but as of today the collector and query pods went into a loop of Terminating and ContainerCreating. I tried downgrading to
1.22.0
and it went kind of fine as in there's at least 1 healthy pod for each Collector and Query but I also found that it keeps spawning new collector and query pods that also went into the same loopFYI, I also found that in
kubectl events
that there's an error about Volume as followsDoes anyone have an idea about this?
Beta Was this translation helpful? Give feedback.
All reactions