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