Disruption test caused error: /opt/kafka/kafka_run.sh: line 32: /tmp/password.file: Permission denied #4460
Unanswered
fsouza-bux
asked this question in
Q&A
Replies: 1 comment 17 replies
-
One additional update, i restarted the strimzi-operator, and it has passed through the first issue mentioned, but anyway it's erroring again, but now on a different point:
I didn't change yet the securityContext but I'll be testing to see if the cluster recovers now and it's able to bring up the broker again. Just to mention all version we are using now for these tests: |
Beta Was this translation helpful? Give feedback.
17 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 guys,
In doing a small disruption test with our strimzi kafka cluster, and now we are getting an error related to permissions.
We have deleted one kafka broker pod, to check if it would recover, and it's not restarting anymore with the following error, related to permissions when starting the Pod, error is from the kafka-init initContainer:
Looking at the other brokers the user running it is the user kafka, but with group root:
We are not using any custom images, and for storage we are creating the PVCs ahead of time, and we didn't include anything in the template related to the securityContext.
One additional info, the strimzi operator seems to not be pushing any updates we are doing to the cluster now, and it's throwing the following error message:
Any ideas on how to get out of this deadlock situation? it seems that even when pushing new changes to the cluster it won't work as this reconcile is not being able to restart the pod.
Cheers,
Fernando
Beta Was this translation helpful? Give feedback.
All reactions