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

Add support for PodDisruptionBudgets #121

Merged
merged 3 commits into from Jun 28, 2020
Merged

Add support for PodDisruptionBudgets #121

merged 3 commits into from Jun 28, 2020

Conversation

ricoberger
Copy link
Member

  • Add support for PodDisruptionBudgets. The PDBs are available via the Config and Storage section.
  • Fix a bug, where the light mode wasn't used, when the dark mode was the default.

It was not explicit checked if the darkMode settings exists or it was
false. Therefor the disabled dark mode wasn't used on a system where the
dark mode was enabled by default.

Now it is checked if the darkMode property exists in the settings and
only if it doesn't exists the default value will be used.
The config and storage section contains a new entry for
PodDisruptionBudgets.

The status of a PDB is dependens on the number of expected Pods and the
current/desired healthiness Pods. If the number of expected Pods is 0,
the status will be warning, because this means the PDB selector doesn't
match any Pods. If the current number of healthy Pods is lower then the
number of desired healthy Pods the status will be danger.
@ricoberger ricoberger added the enhancement New feature or request label Jun 28, 2020
@ricoberger ricoberger merged commit 8e36fd6 into master Jun 28, 2020
@ricoberger ricoberger deleted the add-pdb-support branch June 28, 2020 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant