Ok. So we had to upgrade the srimzi version on older releases. This will cause 
the supported version error due to old CRDs in the k8s resources.
Please uninstall strimzi, delete the old strimzi CRDs and reinstall.

helm uninstall strimzi-kafka-operator -n strimzi-system

kubectl get crd | grep strimzi

kubectl delete crd kafkas.kafka.strimzi.io kafkaconnects.kafka.strimzi.io ...

helm install strimzi-kafka-operator strimzi/strimzi-kafka-operator --namespace 
strimzi-system --version 0.32.0 --set watchAnyNamespace=true --create-namespace

When deploying ensure strimzi is enabled in your overrides.yaml

strimzi:
enabled: true

If there are problems with the deploy, please also check the pods as they try 
to come up.

kubectl describe pod -n onap <pod-name>

Also, check the cluster operator logs.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24268): https://lists.onap.org/g/onap-discuss/message/24268
Mute This Topic: https://lists.onap.org/mt/95061105/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #strimzi:https://lists.onap.org/g/onap-discuss/mutehashtag/strimzi
Mute #error:https://lists.onap.org/g/onap-discuss/mutehashtag/error
Mute #retry:https://lists.onap.org/g/onap-discuss/mutehashtag/retry
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to