Replies: 1 comment 4 replies
-
Latest ZooKeeper version brought by last Kafka version is more sensible to DNS errors, so if your environment has a DNS not ready at right time, this is what happens. Quite often it works eventually. I have never used microk8s so I don't know if it's something you can tune DNS somehow. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello.
I am running a local microk8s instance. I was looking to use the quickstart example posted here https://strimzi.io/quickstarts/
I install the strimzi operator and the pod gets created - everything ok in logs.
But after I try to apply the configuration from https://strimzi.io/examples/latest/kafka/kafka-persistent-single.yaml with the only difference in reducing the sizes from 100Gi to 2Gi, I am unable to get a Kafka pod running. The zookeeper pod gets created, but no Kafka pod.
Interestingly, the default ephemeral configuration works.
To be sure I did not change something by accident, here is the applied yaml file:
And attached are the logs from the zookeeper and the strimzi operator pods.
strimzi-cluster-op_new.log
zookeeper_new.log
Beta Was this translation helpful? Give feedback.
All reactions