When creating the ISO image, configurations are retrieved from the target cluster and are applied to the new nodes.
Any configurations for your cluster are applied to the nodes unless you override the configurations in either the nodes-config.yaml
file or any flags you add to the oc adm node-image create
command.
Configuration parameters that can be specified in the nodes-config.yaml
file are described in the following table:
nodes-config.yaml
parameters
Parameter | Description | Values |
---|---|---|
hosts: |
Host configuration. |
An array of host configuration objects. |
hosts: hostname: |
Hostname. Overrides the hostname obtained from either the Dynamic Host Configuration Protocol (DHCP) or a reverse DNS lookup. Each host must have a unique hostname supplied by one of these methods, although configuring a hostname through this parameter is optional. |
String. |
hosts: interfaces: |
Provides a table of the name and MAC address mappings for the interfaces on the host.
If a |
An array of host configuration objects. |
hosts: interfaces: name: |
The name of an interface on the host. |
String. |
hosts: interfaces: macAddress: |
The MAC address of an interface on the host. |
A MAC address such as the following example: |
hosts: rootDeviceHints: |
Enables provisioning of the {op-system-first} image to a particular device. The node-adding tool examines the devices in the order it discovers them, and compares the discovered values with the hint values. It uses the first discovered device that matches the hint value. |
A dictionary of key-value pairs. For more information, see "Root device hints" in the "Setting up the environment for an OpenShift installation" page. |
hosts: rootDeviceHints: deviceName: |
The name of the device the {op-system} image is provisioned to. |
String. |
hosts: networkConfig: |
The host network definition. The configuration must match the Host Network Management API defined in the nmstate documentation. |
A dictionary of host network configuration objects. |
cpuArchitecture: |
Optional. Specifies the architecture of the nodes you are adding. This parameter allows you to override the default value from the cluster when required. |
String. |
sshKey: |
Optional. The file containing the SSH key to authenticate access to your cluster machines. |
String. |
bootArtifactsBaseURL: |
Optional.
Specifies the URL of the server to upload Preboot Execution Environment (PXE) assets to when you are generating an iPXE script.
You must also set the |
String. |
You can use command flags with the oc adm node-image create
command to configure the nodes you are creating.
The following table describes command flags that are not limited to the single-node use case:
Flag | Description | Values |
---|---|---|
|
The path to a certificate authority bundle to use when communicating with the managed container image registries.
If the |
String |
|
The path containing the configuration file, if provided. This path is also used to store the generated artifacts. |
String |
|
Allows push and pull operations to registries to be made over HTTP. |
Boolean |
|
The name of the generated output image. |
String |
|
Generates Preboot Execution Environment (PXE) assets instead of a bootable ISO file. When this flag is set, you can also use the |
Boolean |
|
The path to your registry credentials.
Alternatively, you can specify the |
String |
|
Generates a report of the node creation process regardless of whether the process is successful or not. If you do not specify this flag, reports are generated only in cases of failure. |
Boolean |
|
An option to skip verifying the integrity of the retrieved content. This is not recommended, but might be necessary when importing images from older image registries. Bypass verification only if the registry is known to be trustworthy. |
Boolean |
The following table describes command flags that can be used only when creating a single node:
Flag | Description | Values |
---|---|---|
|
The CPU architecture to be used to install the node.
This flag can be used to create only a single node, and the |
String |
|
The hostname to be set for the node.
This flag can be used to create only a single node, and the |
String |
|
The MAC address used to identify the host to apply configurations to.
This flag can be used to create only a single node, and the |
String |
|
The path to a YAML file containing NMState configurations to be applied to the node.
This flag can be used to create only a single node, and the |
String |
|
A hint for specifying the storage location for the image root filesystem. The accepted format is |
String |
|
The path to the SSH key used to access the node.
This flag can be used to create only a single node, and the |
String |