mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
The template rendered affinity and tolerations but never nodeSelector, so a values file that pinned the chart to a node pool got the gateway and every subchart placed correctly while the migration Job silently fell through to whatever the cluster's default pool was. That is worse than an outright failure. On EKS Auto Mode the default pool hands out 3 GiB nodes and the migration container needs roughly 3.6 GB, so the Job was OOM-killed on a pool it was never meant to run on, while the values file that would have placed it on a large enough node looked correct. The new test fails against the old template with "unknown path spec.template.spec.nodeSelector". |
||
|---|---|---|
| .. | ||
| litellm | ||
| litellm-helm | ||