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 you change from a SLURM cluster to a k8s cluster the # of cores gets set to empty. This is likely because we try to set the mins and maxes based on data-ppn-CLUSTER attributes and there are none for kubernetes and clamp it (i.e., you had the max on pitzer, 48, switch to owens so the value get's set to 28, the max owens).
The text was updated successfully, but these errors were encountered:
When you change from a SLURM cluster to a k8s cluster the # of cores gets set to empty. This is likely because we try to set the mins and maxes based on
data-ppn-CLUSTER
attributes and there are none for kubernetes and clamp it (i.e., you had the max on pitzer, 48, switch to owens so the value get's set to 28, the max owens).The text was updated successfully, but these errors were encountered: