From 8e1a1e216be7ee2163c3ce2f675bc868cae59e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Liebau?= Date: Tue, 23 Dec 2025 15:18:04 +0100 Subject: [PATCH 1/2] Add note about setting correct kubelet work dir for k0s to documentation. K0s has a non default kubelet work dir which needs to be configured when deploying secret operator. --- docs/modules/listener-operator/pages/installation.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modules/listener-operator/pages/installation.adoc b/docs/modules/listener-operator/pages/installation.adoc index 6584325a..17d80f02 100644 --- a/docs/modules/listener-operator/pages/installation.adoc +++ b/docs/modules/listener-operator/pages/installation.adoc @@ -68,6 +68,12 @@ Microk8s uses a non-standard Kubelet state directory. Installing listener-operator on Microk8s requires the argument `--set kubeletDir=/var/snap/microk8s/common/var/lib/kubelet` to be added to the `helm install` command. +=== k0S + +k0S uses a non-standard Kubelet state directory. +Installing listener-operator on k0S requires the argument +`--set kubeletDir=/var/lib/k0s/kubelet` to be added to the `helm install` command. + === HUAWEI cloud In some cases HUAWEI cloud has the kubelet directory located at `/mnt/paas/kubernetes/kubelet`, resulting in the following error: From 63245182d148a37d5c100e77fdf9c23ea5e06b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Liebau?= Date: Tue, 23 Dec 2025 15:25:27 +0100 Subject: [PATCH 2/2] k0S -> k0s --- docs/modules/listener-operator/pages/installation.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/listener-operator/pages/installation.adoc b/docs/modules/listener-operator/pages/installation.adoc index 17d80f02..af7d9993 100644 --- a/docs/modules/listener-operator/pages/installation.adoc +++ b/docs/modules/listener-operator/pages/installation.adoc @@ -68,10 +68,10 @@ Microk8s uses a non-standard Kubelet state directory. Installing listener-operator on Microk8s requires the argument `--set kubeletDir=/var/snap/microk8s/common/var/lib/kubelet` to be added to the `helm install` command. -=== k0S +=== k0s -k0S uses a non-standard Kubelet state directory. -Installing listener-operator on k0S requires the argument +k0s uses a non-standard Kubelet state directory. +Installing listener-operator on k0s requires the argument `--set kubeletDir=/var/lib/k0s/kubelet` to be added to the `helm install` command. === HUAWEI cloud