You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/modules/listener-operator/pages/installation.adoc
+21
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,24 @@ You're now ready to expose services!
41
41
Microk8s uses a non-standard Kubelet state directory.
42
42
Installing listener-operator on Microk8s requires the argument
43
43
`--set kubeletDir=/var/snap/microk8s/common/var/lib/kubelet` to be added to the `helm install` command.
44
+
45
+
=== HUAWEI cloud
46
+
47
+
In some cases HUAWEI cloud has the kubelet directory located at `/mnt/paas/kubernetes/kubelet`, resulting in the following error:
48
+
49
+
`failed to publish volume error=status: Unavailable, message: "failed to create secret parent dir /mnt/paas/kubernetes/kubelet/pods/<POD_ID>/volumes/kubernetes.io~csi/pvc-<PVC_ID>/mount: No such file or directory (os error 2)"`
50
+
51
+
In case you are encountering the mentioned error (or listener-operator does not work on your HUAWEI cloud at all), you need to add the argument `--set kubeletDir=/mnt/paas/kubernetes/kubelet` to the `helm install` command.
52
+
53
+
=== IBM cloud
54
+
55
+
In some cases IBM cloud has the kubelet directory located at `/var/data/kubelet/`, resulting in the following error:
56
+
57
+
`failed to publish volume error=status: Unavailable, message: "failed to create secret parent dir /var/data/kubelet/pods/<POD_ID>/volumes/kubernetes.io~csi/pvc-<PVC_ID>/mount: No such file or directory (os error 2)"`
58
+
59
+
In case you are encountering the mentioned error (or listener-operator does not work on your IBM cloud at all), you need to add the argument `--set kubeletDir=/var/data/kubelet` to the `helm install` command.
60
+
61
+
=== VMware Tanzu
62
+
63
+
VMware Tanzu uses a non-standard Kubelet state directory. Installing listener-operator on Tanzu requires the argument
64
+
`--set kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
0 commit comments