From ed9c03380b317916a3a16dba5a5cea4bf61b735b Mon Sep 17 00:00:00 2001 From: ysh Date: Fri, 18 Jul 2025 11:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/k8s_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/k8s_install.sh b/script/k8s_install.sh index 06dcab0..e6eaa3a 100644 --- a/script/k8s_install.sh +++ b/script/k8s_install.sh @@ -28,8 +28,8 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi -echo "########## 先清理K8S缓存/环境 ###########" -/opt/k8s_uninstall.sh || log_error "清理K8S环境失败,请检查脚本或手动清理残留" +# echo "########## 先清理K8S缓存/环境 ###########" +# /opt/k8s_uninstall.sh || log_error "清理K8S环境失败,请检查脚本或手动清理残留" # 新ubuntu18.04设备环境先换阿里源: cp /etc/apt/sources.list /etc/apt/sources.list.bak -- 2.34.1