Parameters

The parent key for all of the following parameters is openshift4_scheduling.

schedulers

type

dictionary

default

Default cluster scheduler.

A dictionary holding the .spec for schedulers. The keys of the dict are used as names for the schedulers.

See the OpenShift docs for available parameters.

To unset all scheduling configurations, set to null.

This will make the scheduling configuration unmanaged by the component, but won’t reset changed values to the OpenShift defaults.

Example

schedulers:
  cluster:
    mastersSchedulable: true
    defaultNodeSelector: node-role.kubernetes.io/worker=''