-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/helm-kafka] Pod CrashLoopBack State: While enable Sasl_ssl Configuration #26567
Comments
@carrodher i already checked the documentation but did not find information about this |
Can you check the logs of the pod and the description of the pod? |
@carrodher Yes I checked, kindly see the following $ kubectl get po -n <namespace>
my-release-kafka-broker-0 0/1 Init:CrashLoopBackOff 42 (3m ago) 3h13m Describe:
I'm using this to access Kafka outside the cluster: Using LoadBalancer services: when I investigate using this command: $ kubectl logs pod -n namespace -c kafka-init :
Error: keystore file not found |
@carrodher |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Name and Version
bitnami helm chart : 29.0.3
What architecture are you using?
None
What steps will reproduce the bug?
When I set up the
sasl_ssl
configuration in the values.yaml file, the pods go into a CrashLoopBackOff state. Upon investigation using the command:it indicates that the keystore file is not found.
Are you using any custom parameters or values?
Additional information
If someone is facing this issue, please guide me ASAP. I am stuck and have checked the documentation but did not find information related to this error. I am using a load balancer for external access. You can see my configuration in the values.yaml file below. If I am missing something, please guide me
The text was updated successfully, but these errors were encountered: