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
Copy file name to clipboardexpand all lines: tools/pytorchjob-generator/chart/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ customize the Jobs generated by the tool.
59
59
| initContainers | array |`nil`| List of "(name, image, command[])" specifying an init containers to be run before the main job. The 'command' field is a list of commands to run in the container, see the Kubernetes entry on initContainers for reference. |
60
60
| autopilotHealthChecks | array | No pre-flight checks are enabled. | Autopilot health checks. List of labels enabling one or more system health pre-flight checks. |
61
61
| hostIgnoreList | array |`nil`| List of host names on which the Job must not be scheduled (to avoid faulty nodes). |
62
-
|bypassCoscheduler|boolean|`false`| If true, use the default Kubernetes scheduler instead of the co-scheduler. ***Setting this to true will result in GPU fragmentation on the cluster. It should only be set to true when explicitly directed to do so by a cluster admin!***|
62
+
|schedulerName|string|`nil`| If non-nil, use the specified Kubernetes scheduler. ***Setting this to the default-scheduler may result in GPU fragmentation on the cluster. Setting this to any non-nil value should only be done when explicitly directed to do so by a cluster admin!***|
63
63
| serviceAccountName | string | the default service account for the namespace will be used. | Service account to be used for running the Job |
0 commit comments