Kafka-Operator does not create the cluster using EKS #8514
Replies: 4 comments 4 replies
-
The error suggests the calls to your Kubernetes APi server are timing out. This could be issue of the API server. But more likely you have some unresponsive admission controller or something like that which blocks the Pod creation by running into some error or timing out. |
Beta Was this translation helpful? Give feedback.
-
We downgraded the EKS cluster to 1.23 and works. The problem it's in kubernetes 1.24 in EKS with the service account with no token associated. There is a feature introduced in version 1.24:
It can be disabled with LegacyServiceAccountTokenNoAutoGeneration, for example it will work in Digital Ocean because this feature is disabled for 1.24 K8S clusters |
Beta Was this translation helpful? Give feedback.
-
Hi @sebasdelagua - how did you determine that the We're seeing a similar strimzi error, but do not have HashiCorp Vault installed/in use at all, so are having trouble identifying what is the cause of pods not being created when strimzi requests them from kube-apiserver. |
Beta Was this translation helpful? Give feedback.
-
Thank you guys. We ran into the same issue with k8s v1.31 and Strimzi v0.45 and it turned out it was another recent CRD we installed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
Hello!
We have a problem, using this yaml to create my cluster on kafka on Amazon EKS, Kubernetes v1.24.11-eks-a59e1f0:
Steps to reproduce
kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka
kubectl apply -f single.yaml
Expected behavior
When we apply the file the expected behaivour it's to create a cluster cluster-vf
Strimzi version
0.34
Kubernetes version
v1.24.11-eks-a59e1f0
Installation method
kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka
Infrastructure
Amazon EKS
Configuration files and logs
kubectl -n kafka logs -f strimzi-cluster-operator-58967f75c7-jnq87
kubectl -n kafka get all
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions