Replies: 2 comments 2 replies
-
You should check if you are using something like ArgoCD -> it tends to delete PVCs / PVs. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for the pointers on Argo. We've resolved our issue and learned something new. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've been attempting to deploy Kafka 3.4 into a K8s cluster via the Strimzi Operator (versions listed below) to satisfy a requirement to upgrade Kafka. All three operator versions yield the same results and the same inconsistencies I'm about to describe.
The Strimzi Operator deployment and pod comes online - this succeeds 100% of the time. Next, the StrimziPodSet attempts to spin up the Zookeeper pods and the problems surface:
The above behaviors happen regardless of the Operator version used. I'm attaching the most recent StrimziOperator log for folks to examine. In this capture the ZK pods never leave a pending state.
Strimzi Operator: 0.33.2, 0.34.0, 0.35.0
Kafka version: 3.4
K8s version: 1.25.6
strimzi-cluster-operator (4).txt
Any advice on where to look / troubleshoot would be welcome and appreciated.
Thanks,
Jarrod
Beta Was this translation helpful? Give feedback.
All reactions