From e67d896840b73bcce12daa46c2932bc2f919ffdf Mon Sep 17 00:00:00 2001 From: Martin <1403951401@qq.com> Date: Thu, 20 Mar 2025 08:50:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20k8s=20=E7=89=88=E6=9C=AC=E4=B8=BA?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-k8s.sh b/init-k8s.sh index 9ddc530..33d417b 100644 --- a/init-k8s.sh +++ b/init-k8s.sh @@ -253,7 +253,7 @@ etcd: dataDir: /var/lib/etcd imageRepository: $MIRRORS kind: ClusterConfiguration -kubernetesVersion: $K8S_VERSION +kubernetesVersion: "$K8S_VERSION" networking: dnsDomain: cluster.local podSubnet: $pod_subnet