fix k8s 版本为字符串
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 10s

This commit is contained in:
Martin 2025-03-20 08:50:36 +08:00
parent 8cc1119aa2
commit e67d896840

View File

@ -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