kxr / ocp4_setup_upi_kvm

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

remove duplicate env var #12

Closed jmazzitelli closed 4 years ago

jmazzitelli commented 4 years ago

I noticed CLUSTER_NAME is duplicated in the env file. Line 1194 already sets this. Remove line 1199

kxr commented 4 years ago

Thanks. Merged.