Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling PodDisruptionBudgets for both zk pods and solr pods #699

Open
crptz opened this issue Apr 17, 2024 · 0 comments
Open

Disabling PodDisruptionBudgets for both zk pods and solr pods #699

crptz opened this issue Apr 17, 2024 · 0 comments

Comments

@crptz
Copy link

crptz commented Apr 17, 2024

Hello everyone,

Docs specify that I can disable PodDisruptionBudgets by just setting
availability.podDisruptionBudget.enabled = false

This disables only the Solr PodDisruptionBudgets and not the zk PodDisruptionBudgets.

If we read further on docs I can see we have:
zk.provided.maxUnavailableReplicas with default value to 1

but there is no available value to specify to disable the PDB for zk.

Also changing the value of zk.provided.maxUnavailableReplicas it doesn't work either. I set the value to 0 and it doesn't change anything.

So how can I disable the PDB for zk?

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant