Skip to content

Commit fb10d6e

Browse files
authored
Update the ironic-bmo CM name for the mgmt clusters (suse-edge#865)
1 parent 1316b4b commit fb10d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asciidoc/product/atip-management-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ fi
487487
while ! ${KUBECTL} wait --for condition=ready -n ${METAL3_CHART_TARGETNAMESPACE} $(${KUBECTL} get pods -n ${METAL3_CHART_TARGETNAMESPACE} -l app.kubernetes.io/name=metal3-ironic -o name) --timeout=10s; do sleep 2 ; done
488488
489489
# Get the ironic IP
490-
IRONICIP=$(${KUBECTL} get cm -n ${METAL3_CHART_TARGETNAMESPACE} ironic-bmo -o jsonpath='{.data.IRONIC_IP}')
490+
IRONICIP=$(${KUBECTL} get cm -n ${METAL3_CHART_TARGETNAMESPACE} ironic -o jsonpath='{.data.IRONIC_IP}')
491491
492492
# If LoadBalancer, use metallb, else it is NodePort
493493
if [ $(${KUBECTL} get svc -n ${METAL3_CHART_TARGETNAMESPACE} metal3-metal3-ironic -o jsonpath='{.spec.type}') == "LoadBalancer" ]; then

0 commit comments

Comments
 (0)