From fab330c389a67108a87f4f744acf339a75f360f2 Mon Sep 17 00:00:00 2001 From: Ronan Hennessy Date: Tue, 19 Nov 2024 12:12:58 +0000 Subject: [PATCH] MGMT-19225: Adding new option install config --- modules/ibi-installer-configuration-config.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +---- + |====