Upgrading strimzi operator from 0.25.0 to 0.26.1 #6050
Unanswered
seemasanjaisinghani
asked this question in
Q&A
Replies: 1 comment
-
You can find the list of supported Kafka versions here: https://strimzi.io/downloads/ ... 2.8.0 is still supported (although obviously 2.8.1 has all king of bugfixes etc.). The error you have looks more like you didn't properly installed 0.26.1 ... how did you do it? You cannot just change the image, you need to install the new YAMLs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we are upgrading strimzi operator from 0.25.0 to 0.26.1, it shows below exception in operator logs, looks like it is expecting kafka image 2.8.1
We don't want to move to kafka image 2.8.1 but we want to continue with 2.8.0, is it supported?
2021-12-16T10:46:58.561719942ZException in thread "main" io.strimzi.operator.common.InvalidConfigurationException: Failed to parse default container image configuration for Kafka from environment variable STRIMZI_KAFKA_IMAGES at io.strimzi.operator.cluster.ClusterOperatorConfig.parseKafkaVersions(ClusterOperatorConfig.java:367) at io.strimzi.operator.cluster.ClusterOperatorConfig.fromMap(ClusterOperatorConfig.java:158) at io.strimzi.operator.cluster.Main.main(Main.java:61) Caused by: io.strimzi.operator.cluster.model.NoImageException: No image for version 2.8.1 in {2.7.1=quay.io/strimzi/kafka:0.25.0-kafka-2.7.1, 2.8.0=artifactory.sdlc.ctl.gcp.db.com/dkr-all/dkr-quay/strimzi/kafka:0.26.1-kafka-2.8.0, 2.7.0=quay.io/strimzi/kafka:0.25.0-kafka-2.7.0} at io.strimzi.operator.cluster.model.KafkaVersion$Lookup.image(KafkaVersion.java:164) at io.strimzi.operator.cluster.model.KafkaVersion$Lookup.validateImages(KafkaVersion.java:200) at io.strimzi.operator.cluster.model.KafkaVersion$Lookup.validateKafkaImages(KafkaVersion.java:217) at io.strimzi.operator.cluster.ClusterOperatorConfig.parseKafkaVersions(ClusterOperatorConfig.java:353
Beta Was this translation helpful? Give feedback.
All reactions