jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
254 stars 338 forks source link

[jaeger] Bumping kafka chart dependency from 19.x to 24.x #496

Closed mvnarsing closed 10 months ago

mvnarsing commented 10 months ago

What this PR does

Bumps kafka tag to use latest bitnami image

Which issue this PR fixes

Updating Kafka chart dependency to latest tag which fixes issues with kafka starting up with latest bitnami tags

Which issue this PR fixes Seeing below messages in pod logs and Kafka doesn't startup kafka 17:30:38.04 INFO ==> Starting Kafka setup kafka 17:30:38.09 WARN ==> KAFKA_CFG_LISTENERS must include a listener for CONTROLLER kafka 17:30:38.10 WARN ==> You set the environment variable ALLOW_PLAINTEXT_LISTENER=yes. For safety reasons, do not use this flag in a production environment. kafka 17:30:38.11 INFO ==> Initializing Kafka... kafka 17:30:38.12 INFO ==> No injected configuration files found, creating default config files kafka 17:30:38.56 INFO ==> Configuring Kafka for inter-broker communications with PLAINTEXT authentication. kafka 17:30:38.56 WARN ==> Inter-broker communications are configured as PLAINTEXT. This is not safe for production environments. kafka 17:30:38.57 INFO ==> Configuring Kafka for client communications with PLAINTEXT authentication. kafka 17:30:38.57 WARN ==> Client communications are configured using PLAINTEXT listeners. For safety reasons, do not use this in a production environment. kafka 17:30:38.58 INFO ==> Initializing KRaft... kafka 17:30:38.58 WARN ==> KAFKA_KRAFT_CLUSTER_ID not set - If using multiple nodes then you must use the same Cluster ID for each one kafka 17:30:39.75 INFO ==> Generated Kafka cluster ID 'vCUt2zk3RcOpne7N1' kafka 17:30:39.75 INFO ==> Formatting storage directories to add metadata...

kafka 14:39:41.05 kafka 14:39:41.05 Welcome to the Bitnami kafka container kafka 14:39:41.05 Subscribe to project updates by watching https://github.com/bitnami/containers kafka 14:39:41.06 Submit issues and feature requests at https://github.com/bitnami/containers/issues kafka 14:39:41.06 kafka 14:39:41.06 INFO ==> Starting Kafka setup kafka 14:39:41.09 DEBUG ==> Validating settings in KAFKA_* env vars... kafka 14:39:41.09 ERROR ==> KRaft requires KAFKA_CFG_NODE_ID to be set for the quorum controller /opt/bitnami/scripts/libkafka.sh: line 258: KAFKA_CFG_NODE_ID: unbound variable

You can find the upgrade notes here:

Image notable changes Kafka chart upgrading notes

Checklist