From a29921fc2f0f123f5bf1daa38c52255e43b1915f Mon Sep 17 00:00:00 2001 From: joy Date: Sat, 8 Nov 2025 16:10:17 +0800 Subject: [PATCH] 12 12 --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index e6eb5e0..25e409a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -188,7 +188,7 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-cluster-deploy.sh |bash #安装nfs存储类 # 若没有node节点,可取消master污点让其可调度:kubectl taint nodes master-03 node-role.kubernetes.io/control-plane:NoSchedule- cd /opt/ && wget -qO- http://116.205.97.109/scripts/nfs.sh | bash -s -- --install --share-dirs=/opt/data #安装nfs -cd /opt/ && wget -qO- http://116.205.97.109/scripts/install-nfs-storageclass-pro.sh --nfs-server 192.168.61.131 --share-dirs /opt/data #指定nfs信息 +cd /opt/ && wget -qO- http://116.205.97.109/scripts/install-nfs-storageclass-pro.sh | bash -s -- --nfs-server 192.168.61.131 --share-dirs /opt/data #指定nfs信息 #安装网络插件 #wget -q -c -O /opt/k8s-install-conf/calico.yaml http://116.205.97.109/scripts/calico.yaml --show-progress && kubectl apply -f /opt/k8s-install-conf/calico.yaml