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
The slack cluster queue lending limit adjustment should be flavor aware. The initial implementation implicitly assumes that all nodes in the cluster belong to the first/only flavor. There are two main pieces to implement this feature.
The node monitoring code should be extended to maintain per-flavor lists of NoSchedule resources.
The slack cluster queue lending limit adjust logic would use the extended information to update the lending limit for every flavor instead of hardcoding flavor[0].
The text was updated successfully, but these errors were encountered:
The slack cluster queue lending limit adjustment should be flavor aware. The initial implementation implicitly assumes that all nodes in the cluster belong to the first/only flavor. There are two main pieces to implement this feature.
The text was updated successfully, but these errors were encountered: