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 annotation is need to be set when use gang scheduler as described. However, now the podgroup is created by tf operator, but the annotation is not set auto. So, i think it's better to add annotation auto as the scheduler name when gang-scheduling is enabled.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label improvement/enhancement to this issue, with a confidence of 0.81. Please mark this comment with 👍 or 👎 to give our bot feedback!
I have sent a PR to fix the issue, #1032 .
BTW, we create the podGroup with the same name as the tfJob not scheduler name. So the annotation should be scheduling.k8s.io/group-name: $PODGROUP_NAME
The annotation is need to be set when use gang scheduler as described. However, now the podgroup is created by tf operator, but the annotation is not set auto. So, i think it's better to add annotation auto as the scheduler name when gang-scheduling is enabled.
The text was updated successfully, but these errors were encountered: