Skip to content

Commit ea7e690

Browse files
authored
Merge pull request #85111 from rohennes/MGMT-19225
MGMT-19225: Adding new option install config
2 parents 3d55039 + 8d74771 commit ea7e690

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/ibi-installer-configuration-config.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,12 @@ The name of the interface must match the actual NIC name as shown in the operati
4545

4646
|`releaseRegistry`|`string`| Specifies the container image registry that you used for the release image of the seed cluster.
4747

48+
|`nodeLabels` |`map[string]string`| Specifies custom node labels for the {sno} node, for example:
49+
[source,yaml]
50+
----
51+
nodeLabels:
52+
node-role.kubernetes.io/edge: true
53+
environment: production
54+
----
55+
4856
|====

0 commit comments

Comments
 (0)