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

feat: Allow setting the deployment strategy #39

Open
tomi-bigpi opened this issue Nov 14, 2024 · 0 comments
Open

feat: Allow setting the deployment strategy #39

tomi-bigpi opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tomi-bigpi
Copy link

Currently, the chart doesn't allow specifying the desired strategy (for rolling updates). Depending on your affinity/anti-affinity settings may mean that Kubernetes is unable to perform a deployment due to failed scheduling. Example error below:

Warning  FailedScheduling  45s (x85 over 7h1m)  default-scheduler  0/5 nodes are available: 2 node(s) didn't match pod anti-affinity rules, 3 node(s) didn't match Pod's node affinity/selector. preemption: 0/5 nodes are available: 2 No preemption victims found for incoming pod, 3 Preemption is not helpful for scheduling.

Please allow setting the strategy via values.

@dosubot dosubot bot added the enhancement New feature or request label Nov 14, 2024
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

No branches or pull requests

1 participant