Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/modules/listener-operator/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down