-
|
Hello, I was trying to update jaeger from 1.20 to 1.37, but it seems I have to update kafka frist: jaegertracing/jaeger-operator#1371 Then I try to update kafka cluster operator from 0.20 to 0.22, but my K8S is aks and version is already v1.22.6, Can somebody tell me what should I do now 😭 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Strimzi 0.20 or 0.22 does not support Kubernetes 1.22. You should have upgraded it before upgrading Kubernetes. The only clean and tested way how to handle it would be to downgrade your Kubernetes, proceed with the Strimzi upgrade to 0.22 and 0.23 and then upgrade Kubernetes to 1.22. If that is not possible, you can probably try things such as do non-cascading delete of the CRs / CRDs and installing some new Strimzi version. But you should test it first to make sure how it works and avoid some data loss. |
Beta Was this translation helpful? Give feedback.




Strimzi 0.20 or 0.22 does not support Kubernetes 1.22. You should have upgraded it before upgrading Kubernetes. The only clean and tested way how to handle it would be to downgrade your Kubernetes, proceed with the Strimzi upgrade to 0.22 and 0.23 and then upgrade Kubernetes to 1.22. If that is not possible, you can probably try things such as do non-cascading delete of the CRs / CRDs and installing some new Strimzi version. But you should test it first to make sure how it works and avoid some data loss.