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

Configurable Jaeger PodDisruptionBudget #24

Open
igoooor opened this issue Oct 3, 2022 · 0 comments
Open

Configurable Jaeger PodDisruptionBudget #24

igoooor opened this issue Oct 3, 2022 · 0 comments
Labels
kind/enhancement a new or improved feature.

Comments

@igoooor
Copy link

igoooor commented Oct 3, 2022

Installing the chart with the default values results in jaeger workload created with a hardcoded replica: 1 and a PodDisruptionBudget with minAvailable: 1.
This prevents operations such as draining the node which could occurs during node maintenance or upgrade.
It would be great if we could configure the PodDisruptionBudget in a way that we can:

  • set minAvailable
  • set maxUnavailable
  • disable/enable it

Cheers and thanks for the great work.

@kevinpollet kevinpollet changed the title Configurable jaeger PodDisruptionBudget Configurable Jaeger PodDisruptionBudget Oct 4, 2022
@kevinpollet kevinpollet added the kind/enhancement a new or improved feature. label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement a new or improved feature.
Projects
None yet
Development

No branches or pull requests

2 participants