From a2e8357505c148965247cfa5262847ca9b31b487 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 17 Sep 2024 09:57:13 -0700 Subject: [PATCH] Update MicroK8s to 1.31 stable release The 1.28/stable release of microk8s lacks systemd delegate conf [0] whichs seems to be breaking on bookworm with this error: "Failed to start ContainerManager" err="failed to initialize top level QOS containers: root container [kubepods] doesn't exist" Address this by upgrading to 1.31 which is reported to have this fix included. Change-Id: Ibff462b3ef5deccf6d41826117e492d7e0aa2639 --- playbooks/nodepool-functional-k8s/pre.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/nodepool-functional-k8s/pre.yaml b/playbooks/nodepool-functional-k8s/pre.yaml index f2d01e513..56733e66d 100644 --- a/playbooks/nodepool-functional-k8s/pre.yaml +++ b/playbooks/nodepool-functional-k8s/pre.yaml @@ -6,4 +6,4 @@ - role: ensure-nox - role: ensure-kubernetes ensure_kubernetes_type: microk8s - ensure_kubernetes_microk8s_channel: '1.28/stable' + ensure_kubernetes_microk8s_channel: '1.31/stable'