kubernetes-the-hard-way
kubernetes-the-hard-way copied to clipboard
Update to Kubernetes 1.26.1 on Ubuntu 22.04
Update covers following changes
- base image for all the nodes set to
Ubuntu 22.04
that usescgroups v2
by default, also changed cgroup controller tosystemd
as per recommendation - all Kubernetes components changed to
v1.26.1
(exceptcri-tools
which are still onv1.26.0
)- updated
kubelet
configuration to remove deperacated params
- updated
- other components such as
etcd
,coredns
,containerd
changed to versions used byminikube version: v1.29.0
-
containerd
configuration is generated usingcontainerd config default
as it was the easiest way to introducesystemd cgroups
support
-
+1 would love to get attention on this pr
confirmed. ive tested this setup ubuntu 2204-lts + k8s 1.26.1
works (fixes also cgroup v2 problem - ubuntu 2204 vs k8s 1.21.0)