Skip to content

Commit fddaebd

Browse files
authored
docs: Add note about setting correct kubelet work dir for k0s (#362)
* 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. * k0S -> k0s
1 parent 1c803b1 commit fddaebd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/modules/listener-operator/pages/installation.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ Microk8s uses a non-standard Kubelet state directory.
6868
Installing listener-operator on Microk8s requires the argument
6969
`--set kubeletDir=/var/snap/microk8s/common/var/lib/kubelet` to be added to the `helm install` command.
7070

71+
=== k0s
72+
73+
k0s uses a non-standard Kubelet state directory.
74+
Installing listener-operator on k0s requires the argument
75+
`--set kubeletDir=/var/lib/k0s/kubelet` to be added to the `helm install` command.
76+
7177
=== HUAWEI cloud
7278

7379
In some cases HUAWEI cloud has the kubelet directory located at `/mnt/paas/kubernetes/kubelet`, resulting in the following error:

0 commit comments

Comments
 (0)