Long ago added

This commit is contained in:
Moritz Graf 2023-12-15 22:23:07 +01:00
parent ec784b09ef
commit a7693bdbb6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
echo "######################################################################################" echo "######################################################################################"
echo "## Reinit repository" echo "## Reinit repository"
rm -rf kubespray rm -rf kubespray
VERSION="release-2.20" VERSION="release-2.21"
git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git
echo "######################################################################################" echo "######################################################################################"

View File

@ -27,7 +27,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: true kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release ## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.22.10 kube_version: v1.24.3
# kubernetes image repo define # kubernetes image repo define
kube_image_repo: "k8s.gcr.io" kube_image_repo: "k8s.gcr.io"