-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
When Polaris is deployed via Helm with autoscaling.minReplicas > 1 or replicaCount > 1 it should be able to provision PodDisruptionBudged https://kubernetes.io/docs/tasks/run-application/configure-pdb/ to improve fault tolerance.
Describe the solution you'd like
Easiest solution is to create PDB with opt-in configuration. Some trivial configuration like
podDisruptionBudget:
enabled: true
minAvailable: <count-or-percent>
maxUnavailable: <count-or-percent>
which will generate correct PodDisruptionBudget with selector.matchLabels to the deployed Polaris
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers