strimzi / strimzi-kafka-operator

Apache Kafka® running on Kubernetes
https://strimzi.io/
Apache License 2.0
4.8k stars 1.28k forks source link

disable cruise control for single node deploy #3859

Closed azhang closed 3 years ago

azhang commented 3 years ago

How do I disable cruise control for a single broker deployment? I'd like to use the operator in my dev/staging environment but it seems like I just get

Cruise Control cannot be deployed with a single-node Kafka cluster. It requires at least two Kafka nodes.
ppatierno commented 3 years ago

If you have Cruise Control deployed I guess you have the cruiseControl property specified in your Kafka custom resource. Just remove that field to have the operator undeploy (or not deploying for a new Kafka cluster) Cruise Control.

azhang commented 3 years ago

Ahh, thanks!