mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
* fix: misspelling Signed-off-by: joyceliu <joyceliu@yunify.com> * fix: misspelling Signed-off-by: joyceliu <joyceliu@yunify.com> * fix: misspelling Signed-off-by: joyceliu <joyceliu@yunify.com> * fix: misspelling Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: user go-template instance pongo2-template Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: not set incorrect Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> * feat: more beautiful progress bar Signed-off-by: joyceliu <joyceliu@yunify.com> --------- Signed-off-by: joyceliu <joyceliu@yunify.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
apiVersion: kubekey.kubesphere.io/v1
|
|
kind: Config
|
|
metadata:
|
|
name: default
|
|
spec:
|
|
# zone for kk. how to download files
|
|
# kkzone: cn
|
|
# work_dir is the directory where the artifact is extracted.
|
|
# work_dir: /var/lib/kubekey/
|
|
# the version of kubernetes to be installed.
|
|
# should be greater than or equal to kube_version_min_required.
|
|
kube_version: v1.23.15
|
|
# helm binary
|
|
helm_version: v3.14.2
|
|
# cni binary
|
|
cni_version: v1.2.0
|
|
# calicoctl binary
|
|
calico_version: v3.27.2
|
|
# etcd binary
|
|
etcd_version: v3.5.6
|
|
# harbor image tag
|
|
# harbor_version: v2.10.1
|
|
# docker-compose binary
|
|
# dockercompose_version: v2.24.6
|
|
# registry image tag
|
|
# registry_version: 2.8.3
|
|
# keepalived image tag
|
|
# keepalived_version: stable
|
|
# crictl binary
|
|
crictl_version: v1.29.0
|
|
# docker binary
|
|
docker_version: 24.0.6
|
|
# cilium helm
|
|
# cilium_version: 1.15.4
|
|
# kubeovn helm
|
|
# kubeovn_version: 0.1.0
|
|
# hybridnet helm
|
|
# hybridnet_version: 0.6.8
|
|
# containerd binary
|
|
# containerd_version: v1.7.0
|
|
# runc binary
|
|
# runc_version: v1.1.11
|
|
# cridockerd
|
|
# cridockerd_version: v0.3.10
|
|
# nfs provisioner helm version
|
|
# nfs_provisioner_version: 4.0.18
|