Skip to content
Kubernetes 1.36 is now used by default

Kubernetes 1.36 is now used by default

Kubernetes 1.36 “Haru” is available on Clever Kubernetes Engine since its release. It’s now the default version deployed when no --cluster-version is specified. New clusters will run on v1.36 unless you explicitly pick another supported one.

You can still target v1.35 or v1.34 with --cluster-version, as long as they remain supported (n-2 from the current release, mirroring the official Kubernetes support policy):

clever k8s create myCluster --cluster-version 1.35

Existing clusters are not migrated automatically. To move one to v1.36, use Clever Tools:

clever k8s version update myClusterNameOrId 1.36
Last updated on