From 78cefc7715b6c0952f079cc6bbc1bd32e96adbcb Mon Sep 17 00:00:00 2001 From: yy <56745951+lingdie@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:48:08 +0800 Subject: [PATCH] Update install.sh (#4791) --- scripts/cloud/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cloud/install.sh b/scripts/cloud/install.sh index 94a167310ee..6eecb48b95b 100644 --- a/scripts/cloud/install.sh +++ b/scripts/cloud/install.sh @@ -495,6 +495,7 @@ stringData: if [[ $k8s_installed == "n" ]]; then $sealos_gen_cmd # Modify Clusterfile with sed + sed -e '/InitConfiguration/a skipPhases:\n addon/kube-proxy' -i $CLOUD_DIR/Clusterfile sed -i "s|100.64.0.0/10|${pod_cidr:-100.64.0.0/10}|g" $CLOUD_DIR/Clusterfile sed -i "s|10.96.0.0/22|${service_cidr:-10.96.0.0/22}|g" $CLOUD_DIR/Clusterfile fi