From 14034757846272fc11fb304eaed004d7840f8469 Mon Sep 17 00:00:00 2001 From: yy <56745951+lingdie@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:11:02 +0800 Subject: [PATCH] Update install.sh --- scripts/cloud/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloud/install.sh b/scripts/cloud/install.sh index 6eecb48b95b..993ecb00b8a 100644 --- a/scripts/cloud/install.sh +++ b/scripts/cloud/install.sh @@ -495,7 +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 -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