Hi yall,
when creating a cluster using kubeadm init
, kubeadm will will with the following output:
I0520 01:13:37.248911 9950 kubelet.go:196] the value of KubeletConfiguration.cgroupDriver is empty; setting it to "systemd"
I0520 01:13:37.256342 9950 version.go:187] fetching Kubernetes version from URL: https://kubic.opensuse.org/release/stable-1.txt
this version of kubeadm only supports deploying clusters with the control plane version >= 1.26.0. Current version: v1.23.4
<go stacktrace>
When following the kubic URL one will see 1.23.4
. Is there some way to bootstrap a cluster on tumbleweed?