Script to Setup an OpenShift 4 UPI Cluster on KVM. Based on this guide: https://kxr.me/2019/08/17/openshift-4-upi-install-libvirt-kvm/
52
stars
57
forks
source link
expose_cluster.sh is using VIR_NET when it should be using VIR_INT #7
Closed
jmazzitelli closed 4 years ago
Without this fix, the
.expose_cluster.sh
script will not work with methodfirewalld
because it doesn't create the proper direct passthrough rules.cc @kxr