Updating to 1.27

This commit is contained in:
Moritz Graf 2024-04-28 18:27:23 +02:00
parent 150cbc85b4
commit ce5c4ed546
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -27,10 +27,10 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.25.3
kube_version: v1.27.10
# kubernetes image repo define
kube_image_repo: "k8s.gcr.io"
#kube_image_repo: "k8s.gcr.io"
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)