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
When using Skypilot with a kubernetes cluster, is there a way to pack workloads (possibly across different users) onto nodes? Right now, jobs seem to spread across multiple nodes, fragmenting the cluster.
Another (easier) way to achieving a similar packing effect would be to apply weak pod affinity to your submitted pods so they stick together on a best-effort basis:
When using Skypilot with a kubernetes cluster, is there a way to pack workloads (possibly across different users) onto nodes? Right now, jobs seem to spread across multiple nodes, fragmenting the cluster.
The text was updated successfully, but these errors were encountered: