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

Make Network Type configurable #37

Open jdandrea opened 8 months ago

jdandrea commented 8 months ago

OpenShift SDN CNI was deprecated as of OCP 4.14. As of OCP 4.15, the network plugin is not an option for new installations. Use the OVN Kubernetes (OVNKubernetes) CNI as an alternative.

Source: https://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html#ocp-4-15-deprecation-sdn

Fixes kxr/ocp4_setup_upi_kvm#36

jdandrea commented 3 weeks ago

FYI: This repo appears to no longer be maintained. I've been referred to this repo instead. HT @lgchiaretto