Confluent Cloud and Kafka UI with Helm Charts #2953
-
Dear Experts, Does anyone managed to get Confluent Cloud Configuration with Helm Charts get it working. I got this working with Docker Compose but facing issues with Helm. I am not sure if I am successfully able to pass KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION: 'true' via Helm. I am using values.yml with the command helm install helm-release-name charts/kafka-ui -f .\charts\kafka-ui\values.yaml . |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
I am referring this https://github.com/provectus/kafka-ui/blob/master/helm_chart.md |
Beta Was this translation helpful? Give feedback.
-
@srikanthprathipati can you provide your |
Beta Was this translation helpful? Give feedback.
-
Seems like we cannot pass KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION as config map with K8S. I keep getting Error: INSTALLATION FAILED: ConfigMap in version "v1" cannot be handled as a ConfigMap: json: cannot unmarshal bool into Go struct field ConfigMap.data of type string. Not sure if someone managed to crack helm with Confluent Cloud. |
Beta Was this translation helpful? Give feedback.
-
Hi @Haarolean , I have managed to crack this with the below hack. Updated values.yaml to use the image and then the below command.
it works like a charm now. |
Beta Was this translation helpful? Give feedback.
With your config it should look like this: