From ff2ae5fbabb5dd08fddd36ed499dec6d1d688bb6 Mon Sep 17 00:00:00 2001 From: "Pablo Alonso Rodriguez (Red Hat)" Date: Tue, 2 Sep 2025 14:08:40 +0200 Subject: [PATCH] Changed default network type to OVNKubernetes OVN Kubernetes is the only option starting 4.17, and it should be safe enough in the previous versions, so it would make sense to change the default network type at this point. --- src/helpers/30_create_install_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/30_create_install_config.sh b/src/helpers/30_create_install_config.sh index c4056e0..7318037 100644 --- a/src/helpers/30_create_install_config.sh +++ b/src/helpers/30_create_install_config.sh @@ -45,7 +45,7 @@ create_install_config() { sed -i "s/REGION/${INSTALLOPTS[region]}/g;" ${clusterdir}/install-config.yaml sed -i "s/WORKER-REPLICAS/${INSTALLOPTS[worker-replicas]:-3}/g;" ${clusterdir}/install-config.yaml sed -i "s/MASTER-REPLICAS/${INSTALLOPTS[master-replicas]:-3}/g;" ${clusterdir}/install-config.yaml - sed -i "s/NETWORK-TYPE/${INSTALLOPTS[network-type]:-OpenShiftSDN}/g;" ${clusterdir}/install-config.yaml + sed -i "s/NETWORK-TYPE/${INSTALLOPTS[network-type]:-OVNKubernetes}/g;" ${clusterdir}/install-config.yaml sed -i "s#MACHINE-NETWORK#${INSTALLOPTS[machine-network]:-10.0.0.0/16}#g;" ${clusterdir}/install-config.yaml if [[ ${INSTALLOPTS[platform]} == "aws" ]]; then sed -i "/TAGS/ {