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

fix: make pdb target all pods of the cluster #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidspek
Copy link

fixes: zalando#1663

The PDB generated by the operator selects only the master pods. Because of this, it messes with the cluster autoscaler so it can never get rid of nodes. This PR changes the label selector for the PDB to include any pod part of the same cluster.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4990329171

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 42.258%

Totals Coverage Status
Change from base Build 4990170799: 0.0%
Covered Lines: 5008
Relevant Lines: 11851

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

PodDisruptionBudget blocks master disruption
2 participants