@@ -129,7 +129,7 @@ unset. If unset, then `IRONIC_USERNAME` and `IRONIC_PASSWORD` must be set.
129129
130130##### IRONIC_INSPECTOR_USERNAME
131131
132- Username for Ironic inspector basic auth. Optional, but either this variable or
132+ Username for Ironic Inspector basic auth. Optional, but either this variable or
133133` IRONIC_INSPECTOR_NO_BASIC_AUTH ` must be set.
134134
135135``` sh
@@ -138,7 +138,7 @@ Username for Ironic inspector basic auth. Optional, but either this variable or
138138
139139##### IRONIC_INSPECTOR_PASSWORD
140140
141- Password for Ironic inspector basic auth. Optional, but either this variable or
141+ Password for Ironic Inspector basic auth. Optional, but either this variable or
142142` IRONIC_INSPECTOR_NO_BASIC_AUTH ` must be set.
143143
144144``` sh
@@ -147,7 +147,7 @@ Password for Ironic inspector basic auth. Optional, but either this variable or
147147
148148##### IRONIC_INSPECTOR_NO_BASIC_AUTH
149149
150- Disables basic authentication for Ironic inspector API. Any value provided in
150+ Disables basic authentication for Ironic Inspector API. Any value provided in
151151this variable disables authentication. To enable authentication, leave this
152152variable unset. If unset, then ` IRONIC_INSPECTOR_USERNAME ` and
153153` IRONIC_INSPECTOR_PASSWORD ` must be set.
@@ -347,10 +347,10 @@ WORKERS_KUBEADM_EXTRA_CONFIG="
347347
348348Before running the ` move ` command of Clusterctl, elements such as Ironic if
349349applicable, need to be moved to the target cluster. It is recommended to
350- scale down the ironic pod in the origin cluster before deploying it on the
350+ scale down the Ironic pod in the origin cluster before deploying it on the
351351target cluster to prevent issues with a duplicated DHCP server.
352352
353- Both for pivoting or updating ironic , it is critical that the cluster is in
353+ Both for pivoting or updating Ironic , it is critical that the cluster is in
354354a stable situation. No operations on BareMetal hosts shall be on-going,
355355otherwise they might fail. Similarly, in order to prevent conflict during
356356the pivoting of the DHCP server, we recommend to have no BareMetalHosts
@@ -360,7 +360,7 @@ of the IP address of a running host that would not be supported by Ironic.
360360
361361In the case of a self-hosted cluster, special care must be paid to Ironic.
362362Since Ironic runs on the target cluster, updating the target cluster means
363- that ironic will need to be moved between nodes of the cluster. This results
363+ that Ironic will need to be moved between nodes of the cluster. This results
364364in similar issues as pivoting. The following points should be ensured to run
365365a target cluster upgrade:
366366
0 commit comments