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
In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/)
74
+
In the above manifest, you use a [KubeSchedulerConfiguration](/docs/reference/scheduling/config/)
75
75
to customize the behavior of your scheduler implementation. This configuration has been passed to
76
76
the `kube-scheduler` during initialization with the `--config` option. The `my-scheduler-config` ConfigMap stores the configuration file. The Pod of the`my-scheduler` Deployment mounts the `my-scheduler-config` ConfigMap as a volume.
0 commit comments