Available in editions: CE, BE, SE, SE+, EE
The module lifecycle stage: General Availability
The module has 39 alerts.
The module is enabled by default in the Default bundle.
The module is disabled by default in the following bundles: Managed, Minimal.
Conversions
The module is configured using the ModuleConfig resource, the schema of which contains a version number. When you apply an old version of the ModuleConfig schema in a cluster, automatic transformations are performed. To manually update the ModuleConfig schema version, the following steps must be completed sequentially for each version :
- Updates from version 1 to 2:
Delete
allowedKubernetesVersionsandallowedBundles. - Updates from version 2 to 3:
Delete
earlyOomEnabled.
Parameters
Schema version: 3
- objectsettings
- booleansettings.capiEmergencyBrake
Set to ‘true’ to disable CAPI in case of potentially cluster-damaging changes.
Warning. Use this flag only if you fully understand the consequences.
Default:
falseExample:
capiEmergencyBrake: false - stringsettings.instancePrefix
The prefix to use when creating instances via the corresponding cloud provider module.
The default value can be calculated based on the
ClusterConfigurationstruct if the cluster is installed via the Deckhouse installer.Example:
instancePrefix: kube - booleansettings.mcmEmergencyBrake
Available in editions: CE, BE, SE, SE+, EE
Set to ‘true’ to disable machine-controller-manager in case of potentially cluster-damaging changes.
Warning. Use this flag only if you fully understand the consequences.
Default:
falseExample:
mcmEmergencyBrake: false

