Skip to content

Kafka Broker Pod Schedule Issue #11117

Answered by scholzj
guwei0kanyun asked this question in Q&A
Discussion options

You must be logged in to vote

First of all - Strimzi does not do any scheduling. Scheduling of the Pods is done by Kubernetes. Strimzi only gives you a way how to set things such as affinity, tolerations, or taints for the Pods which affect how Kubernetes will schedule them.

If you use local storage, then your storage provisioner has to mark that properly on the PVs. And then Kubernetes will use this information together with the information from the Pods to schedule the Pods. If your Pods using local storage gert scheduled on wrong nodes, it most likely means your local PVs are not configured properly.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@guwei0kanyun
Comment options

@scholzj
Comment options

Answer selected by guwei0kanyun
@guwei0kanyun
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants