From bbbd442daebc5018f03da16e6711a83394328b57 Mon Sep 17 00:00:00 2001 From: zhanglikun Date: Wed, 13 Sep 2023 22:54:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E9=95=9C=E5=83=8F=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/create_cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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