Skip to content

Commit

Permalink
Update install.sh (#4791)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie authored Jun 21, 2024
1 parent e119d8f commit 78cefc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cloud/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78cefc7

Please sign in to comment.