mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
Merge pull request #8445 from honza/proxy-icc
OCPBUGS-33702: baremetal: bootstrap: bind icc to localhost
This commit is contained in:
@@ -9,7 +9,7 @@ After=network-online.target ironic-volume.service build-ironic-env.service extra
|
||||
[Container]
|
||||
ContainerName=image-customization
|
||||
Image=$CUSTOMIZATION_IMAGE
|
||||
Exec=/image-customization-controller --namespace=openshift-machine-api --images-publish-addr=http://0.0.0.0:8084 --metrics-addr=0.0.0.0:7373
|
||||
Exec=/image-customization-controller --namespace=openshift-machine-api --images-publish-addr=http://127.0.0.1:8084 --metrics-addr=127.0.0.1:7373
|
||||
Network=host
|
||||
PodmanArgs=--secret pull-secret,mode=400
|
||||
Volume=ironic.volume:/shared:z
|
||||
|
||||
Reference in New Issue
Block a user