magnum/releasenotes/notes/support-dockershim-removal-cad104d069f1a50b.yaml
Daniel Meyerholt f7cd2928d6 Support K8s 1.24+
Only specify dockershim options when container runtime is not containerd.
Those options were ignored in the past when using containerd but since 1.24
kubelet refuses to start.

Task: 45282
Story: 2010028

Signed-off-by: Daniel Meyerholt <dxm523@gmail.com>
Change-Id: Ib44cc30285c8bd4219d4a45dc956696505ddd570
2022-05-28 13:32:51 +02:00

6 lines
118 B
YAML

---
fixes:
- |
Support K8s 1.24 which removed support of dockershim. Needs containerd as
container runtime.