diff --git a/scripts/create_cluster.sh b/scripts/create_cluster.sh index 42e95d3..1721d03 100755 --- a/scripts/create_cluster.sh +++ b/scripts/create_cluster.sh @@ -23,4 +23,4 @@ EOF fi # 安装flannel -cd ../flannel && bash install.sh && kubectl apply -f ./kube-flannel.yml && cd - \ No newline at end of file +kubectl apply -f ../flannel/kube-flannel.yml \ No newline at end of file