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
This issue should be solved in v0.3 with our switch to watch events to trigger controller actions as detailed in this design.
Karpenter would watch events requiring pod scheduling and bin packing decisions, and then trigger the allocation controller to do some work. If there are pods that are unable to fit into a bin packing solution, we will execute the bin packing solution for the pods that fit, then exponentially backoff and retry for the pods that did not fit.
Logs can get really noisy with
Failed to compute packing for pod(s) ...
, let's set pods aside if they fail to pack for some TTL.The text was updated successfully, but these errors were encountered: