You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Please allow setting the
strategy
via values.The text was updated successfully, but these errors were encountered: