I'm looking to set up Kubernetes using Kubespray, but I noticed that the latest release of Kubespray (v2.29.1) supports Kubernetes version v1.33.7. Is it possible to use the most recent Kubespray repo to install Kubernetes v1.34 instead? Thanks for any help!
2 Answers
Yes, you can grab Kubernetes v1.34 from the master branch, but keep in mind that branch may not be fully stable yet. I recommend holding off until they release v2.30.0, which will officially support Kubernetes v1.34. It should be much safer to use then.
From what I've seen, you might be able to get Kubernetes v1.34 to work with the latest Kubespray. The repo seems to have support for the newer versions of its components. However, I'm not entirely sure if you can set the kube_version extra variable to get v1.34 right off the bat or if you'd need to install v1.33.7 first, then upgrade to 1.34.

Do you have any idea when v2.30.0 might come out? Thanks!