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
requests?: {node_num: number};// requests node num in resource group, if node num is less than requests.nodeNum, it will be transfer from other resource group.
5
10
limits?: {node_num: number};// limited node num in resource group, if node num is more than limits.nodeNum, it will be transfer to other resource group.
6
11
transfer_from?: {resource_group: string}[];// missing node should be transfer from given resource group at high priority in repeated list.
7
12
transfer_to?: {resource_group: string}[];// redundant node should be transfer to given resource group at high priority in repeated list.
13
+
node_filters?: {node_labels: KeyValuePair};// node in resource group must match node filters
0 commit comments