[Bug]: Kafka-init: User "system:serviceaccount:cluster-kafka" cannot get resource "nodes" in API group "" at the cluster scope. #8584
thanhhoan062
started this conversation in
General
Replies: 1 comment
-
This means that the operator (or in this case the init container) does not have enough RBAC rights to get the information from the node. The Cluster operator normally grants it the rights through a ClusterRoleBinding. So my guess based on previous issues is that some tooling in your cluster deletes the ClusterRoleBinding causing this issue. If you provide a DEBUG log from the Cluster Operator, we should be able to see it from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
Hi, I have problem when create kafka. Kafka-init not working
Steps to reproduce
Expected behavior
No response
Strimzi version
0.34.0
Kubernetes version
OpenShift 4.10.38
Installation method
No response
Infrastructure
OpenShift
Configuration files and logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions