去掉重复的导入镜像操作

This commit is contained in:
zhanglikun 2023-09-13 22:54:54 +08:00
parent 5754fdc861
commit bbbd442dae

View File

@ -23,4 +23,4 @@ EOF
fi
# 安装flannel
cd ../flannel && bash install.sh && kubectl apply -f ./kube-flannel.yml && cd -
kubectl apply -f ../flannel/kube-flannel.yml