You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/adding-node-iso-configs.adoc
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,17 +68,23 @@ For more information, see "Root device hints" in the "Setting up the environment
68
68
The configuration must match the Host Network Management API defined in the link:https://nmstate.io/[nmstate documentation].
69
69
|A dictionary of host network configuration objects.
70
70
71
-
|cpuArchitecture
71
+
|cpuArchitecture:
72
72
|Optional.
73
73
Specifies the architecture of the nodes you are adding.
74
74
This parameter allows you to override the default value from the cluster when required.
75
75
|String.
76
76
77
-
|sshKey
77
+
|sshKey:
78
78
|Optional.
79
79
The file containing the SSH key to authenticate access to your cluster machines.
80
80
|String.
81
81
82
+
|bootArtifactsBaseURL:
83
+
|Optional.
84
+
Specifies the URL of the server to upload Preboot Execution Environment (PXE) assets to when you are generating an iPXE script.
85
+
You must also set the `--pxe` flag to generate PXE assets instead of an ISO image.
86
+
|String.
87
+
82
88
|====
83
89
84
90
@@ -112,13 +118,24 @@ This path is also used to store the generated artifacts.
112
118
|The name of the generated output image.
113
119
|String
114
120
121
+
|`p`, `--pxe`
122
+
|Generates Preboot Execution Environment (PXE) assets instead of a bootable ISO file.
123
+
124
+
When this flag is set, you can also use the `bootArtifactsBaseURL` parameter in the `nodes-config.yaml` file to specify URL of the server you will upload PXE assets to.
125
+
|Boolean
126
+
115
127
|`-a`, `--registry-config`
116
128
|The path to your registry credentials.
117
129
Alternatively, you can specify the `REGISTRY_AUTH_FILE` environment variable.
118
130
The default paths are `${XDG_RUNTIME_DIR}/containers/auth.json`, `/run/containers/${UID}/auth.json`, `${XDG_CONFIG_HOME}/containers/auth.json`, `${DOCKER_CONFIG}`, `~/.docker/config.json`, `~/.dockercfg.`
119
131
The order can be changed through the deprecated `REGISTRY_AUTH_PREFERENCE` environment variable to a "docker" value, in order to prioritize Docker credentials over Podman.
120
132
|String
121
133
134
+
|`-r`, `--report`
135
+
|Generates a report of the node creation process regardless of whether the process is successful or not.
136
+
If you do not specify this flag, reports are generated only in cases of failure.
137
+
|Boolean
138
+
122
139
|`--skip-verification`
123
140
|An option to skip verifying the integrity of the retrieved content.
124
141
This is not recommended, but might be necessary when importing images from older image registries.
0 commit comments