diff --git a/modules/ibi-installer-configuration-config.adoc b/modules/ibi-installer-configuration-config.adoc index df59b08238..b10cccd5e8 100644 --- a/modules/ibi-installer-configuration-config.adoc +++ b/modules/ibi-installer-configuration-config.adoc @@ -45,4 +45,12 @@ The name of the interface must match the actual NIC name as shown in the operati |`releaseRegistry`|`string`| Specifies the container image registry that you used for the release image of the seed cluster. +|`nodeLabels` |`map[string]string`| Specifies custom node labels for the {sno} node, for example: +[source,yaml] +---- +nodeLabels: + node-role.kubernetes.io/edge: true + environment: production +---- + |====