From db8574302fcacb0c41f8209ce3e1c213ba444c0d Mon Sep 17 00:00:00 2001 From: zhanglikun Date: Thu, 27 Apr 2023 17:40:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9B=E5=BB=BA=E9=9B=86?= =?UTF-8?q?=E7=BE=A4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0-config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/0-config.sh b/0-config.sh index 138616d..e096411 100644 --- a/0-config.sh +++ b/0-config.sh @@ -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.13/${master3}/g" \ -e "s/10.0.0.3/${vip}/g" \ - -i keepalived/*.conf \ No newline at end of file + -i keepalived/*.conf \ + -i 2-create_k8s.sh \ No newline at end of file