Skip to content

Commit fa42f05

Browse files
committed
baremetal: bootstrap: bind icc to localhost
This fixes deployments with proxy enabled.
1 parent 8310b10 commit fa42f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/bootstrap/baremetal/files/etc/containers/systemd/image-customization.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After=network-online.target ironic-volume.service build-ironic-env.service extra
99
[Container]
1010
ContainerName=image-customization
1111
Image=$CUSTOMIZATION_IMAGE
12-
Exec=/image-customization-controller --namespace=openshift-machine-api --images-publish-addr=http://0.0.0.0:8084 --metrics-addr=0.0.0.0:7373
12+
Exec=/image-customization-controller --namespace=openshift-machine-api --images-publish-addr=http://127.0.0.1:8084 --metrics-addr=127.0.0.1:7373
1313
Network=host
1414
PodmanArgs=--secret pull-secret,mode=400
1515
Volume=ironic.volume:/shared:z

0 commit comments

Comments
 (0)