Kafka not getting in Ready state due to KubernetesClientException #4713
Replies: 5 comments 13 replies
-
This is the error message -> |
Beta Was this translation helpful? Give feedback.
-
After creating strimzi-cluster-operator , All these resources got created :
And below are the service accounts:
|
Beta Was this translation helpful? Give feedback.
-
This is the testcase that I am running in my cluster which is inturn creating Strimzi-operator : https://github.com/red-hat-storage/ocs-ci/blob/master/tests/e2e/scale/test_scale_amq.py And this is the file which is creating Strimzi-operator : https://github.com/red-hat-storage/ocs-ci/blob/master/ocs_ci/ocs/amq.py |
Beta Was this translation helpful? Give feedback.
-
@alok87 I saw you mentioned something wrong about my-project namespace in #3581. Could you please tell me what was the issue ? May be I am also having the same. |
Beta Was this translation helpful? Give feedback.
-
What version of Kubernetes / OCP and what version of Strimzi are you using? This looks like you have either old version of the RBAC files with new operator version or you are running it on old unsupported Kubernetes version (We support Kube 1.16+) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating Strimzi-cluster-operator for my Scale tests.
All the pods are in Ready state , but Kafka is throwing error.
But when I described Kafka , It was in NotReady state.
Beta Was this translation helpful? Give feedback.
All reactions