Srimzi Cruise Control pod not coming up due to forbidden quota #7853
Unanswered
bharat15-ml
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm not sure I understand why would you be missing resources only for the Cruise Control pod and not for all the other pods deployed before since you do not have resources anywhere in your Kafka CR. But in any case if you need them, you should configure them in there. This is nothing that would deserve opening a bug: https://strimzi.io/docs/operators/latest/full/configuring.html#type-CruiseControlSpec-reference |
Beta Was this translation helpful? Give feedback.
2 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.
-
Describe the bug
Strimzi Cruise Control pod not coming up due to forbidden quota.
while describe deployment and replicaset of cruise control - pods "test-cruise-control-5fbf57f9b7-q8jx6" is forbidden: failed quota:mem-cpu-quota: must specify limits.cpu,limits.memory,requests.cpu,requests.memory
To Reproduce
Cruise Control pods not coming up. While checking for reason got in events it is due to - "pods "test-cruise-control-5fbf57f9b7-q8jx6" is forbidden: failed quota:mem-cpu-quota"
Expected behavior
cruise control pod should comeup and should be in running state, like belows:-
Environment (please complete the following information):
Additional error info - I am suspecting it is due to crusie control side car container i.e. tls-sidecar. while check cruise control deployment tls-sidecar resources are be default empty {}.
Beta Was this translation helpful? Give feedback.
All reactions