Replies: 2 comments 5 replies
-
That suggests that the CRD is not installed - in this case the KafkaNodePool CRD. So you should make sure it is installed. |
Beta Was this translation helpful? Give feedback.
-
The problem is related to a new feature introduced by strimzi in the version 0.39. As stated by the official documentation the KafkaNodePools The STRIMZI_FEATURE_GATES environment variable is featureGates. The link to the official documentation: https://strimzi.io/docs/operators/latest/deploying.html#ref-operator-kafka-node-pools-feature-gate-str |
Beta Was this translation helpful? Give feedback.
-
I have deployed the Strimzi operator 0.39.0 to a kubernetes cluster. In the log of the deployment I see:
Main:209 - Cluster Operator verticle in namespace kafka-connect failed to start io.fabric8.kubernetes.client.KubernetesClientException: Received 404 on websocket. Failure executing: GET at: https://10.10.32.1:443/apis/kafka.strimzi.io/v1beta2/namespaces/kafka-connect/kafkanodepools?allowWatchBookmarks=true&watch=true. Message: Not Found
.The Address https://10.10.32.1:443 is the service of kubernetes cluster.
Would somebody be able to give me a hint on what might be going wrong?
Beta Was this translation helpful? Give feedback.
All reactions