Can I Deploy Kubernetes v1.34 Using the Latest Kubespray Version?

0
8
Asked By TechSavvyNinja42 On

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

Answered By ReleaseWatcher101 On

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.

PatientUser21 -

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

Answered By CuriousCoder88 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.