修改创建集群脚本

This commit is contained in:
zhanglikun 2023-04-27 17:40:58 +08:00
parent 9506011c85
commit db8574302f
No known key found for this signature in database
GPG Key ID: CEA7CACC468ACDFE

View File

@ -9,4 +9,5 @@ sed -e "s/10.0.0.11/${master1}/g" \
-e "s/10.0.0.12/${master2}/g" \ -e "s/10.0.0.12/${master2}/g" \
-e "s/10.0.0.13/${master3}/g" \ -e "s/10.0.0.13/${master3}/g" \
-e "s/10.0.0.3/${vip}/g" \ -e "s/10.0.0.3/${vip}/g" \
-i keepalived/*.conf -i keepalived/*.conf \
-i 2-create_k8s.sh