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
Stop running auxiliary containers with maximum priveleges
None of the Metal3 components actually require --privileged.
Instead, disable the SELinux isolation to allow the containers
to mount host directories.
Also don't expose sushy-tools and vbmc to the host networking.
For this all to work, stop using a pod for these containers.
I'm not sure why we even do that in the first place.
sudo -E podman pull --authfile "${PULL_SECRET_FILE}""${IRONIC_IMAGE}"||echo"WARNING: Could not pull latest $IRONIC_IMAGE; will try to use cached images instead"
0 commit comments