1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

MGMT-19225: Adding new option install config

This commit is contained in:
Ronan Hennessy
2024-11-19 12:12:58 +00:00
committed by openshift-cherrypick-robot
parent b190a6f97c
commit fab330c389

View File

@@ -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
----
|====