Adding current state of init.sh and bootstrap stuff

This commit is contained in:
Moritz Graf 2025-04-21 16:12:20 +02:00
parent 1357498b2e
commit aff8090b46
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.24" VERSION="release-2.26"
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_kubeadm_apiserver_extra_args:
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.28.14 kube_version: v1.29.5
# kubernetes image repo define # kubernetes image repo define
#kube_image_repo: "k8s.gcr.io" #kube_image_repo: "k8s.gcr.io"