Helm deployment: Readiness probe failed on k8s #1177
-
I have some trouble running AKHQ on k8s with the basic installation. I just create a new namespace called I simply deployed the base helm chart: helm upgrade --install akhq \
akhq/akhq \
--namespace "monitoring" \
--debug I always end up with:
Maybe I don't use a good version. Any tips on how to fix this? Thanks! I ran in debug mode, here are the logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The command |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, I had a silent indentaiton issue in configuration that's why I tried with an empty one thinking it will provide a default config. My bad. Thanks for your help. It works well now :) Just FYI as I don't know how to change it but helm release said at the end to forward port like this
But it should be port 8080. I guess it is related to this line but I don't really know how helm works behind :/ Thanks again for your work and your help ! |
Beta Was this translation helpful? Give feedback.
-
Ha finally I think this port should be Changing it doens't change anyhting |
Beta Was this translation helpful? Give feedback.
The command
helm upgrade --install akhq akhq/akhq
just could work since you haven't declared any cluster configuration (that the helm charts just couldn't know).1You need to add some configuration to make works with at least 1 Kafka Cluster