io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://10.100.0.1/apis/core.strimzi.io/v1beta2/strimzipodsets. Message: 404 page not found #6112
Replies: 3 comments 2 replies
-
I saw the same error when upgrading (using the helm chart). It looks like some CRDs were updated in the 0.27.0 release. I ran this which fixed the issue:
Maybe documentation missing in the CRD section on this page: https://github.com/strimzi/strimzi-kafka-operator/tree/main/packaging/helm-charts/helm3/strimzi-kafka-operator |
Beta Was this translation helpful? Give feedback.
-
It looks like you didn't installed the CRDs matching the 0.27.0 release. Every release has its own set of CRD and you should always install them as part of the upgrade. |
Beta Was this translation helpful? Give feedback.
-
Got this link from @scholzj for each version, you can use this link https://github.com/strimzi/strimzi-kafka-operator/releases/download/{VERSION}/strimzi-crds-{VERSION}.yaml VERSION - 0.31.0 - I used https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.31.0/strimzi-crds-0.31.0.yaml |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, after upgrading to v0.27.0 the operator is unable to start successfully.
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://10.100.0.1/apis/core.strimzi.io/v1beta2/strimzipodsets. Message: 404 page not found
Beta Was this translation helpful? Give feedback.
All reactions