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/secret-operator/pages/installation.adoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,25 +35,30 @@ Helm will deploy the operator in Kubernetes containers and apply the CRDs. You'r
35
35
=== Microk8s
36
36
37
37
Microk8s uses a non-standard Kubelet state directory. Installing secret-operator on Microk8s requires the argument
38
-
`--set kubeletDir=/var/snap/microk8s/common/var/lib/kubelet` to be added to the `helm install` command.
38
+
`--set csiNodeDriver.kubeletDir=/var/snap/microk8s/common/var/lib/kubelet` to be added to the `helm install` command.
39
+
40
+
=== k0s
41
+
42
+
k0s uses a non-standard Kubelet state directory. Installing secret-operator on k0s requires the argument
43
+
`--set csiNodeDriver.kubeletDir=/var/lib/k0s/kubelet` to be added to the `helm install` command.
39
44
40
45
=== HUAWEI cloud
41
46
42
47
In some cases HUAWEI cloud has the kubelet directory located at `/mnt/paas/kubernetes/kubelet`, resulting in the following error:
43
48
44
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)"`
45
50
46
-
In case you are encountering the mentioned error (or secret-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.
51
+
In case you are encountering the mentioned error (or secret-operator does not work on your HUAWEI cloud at all), you need to add the argument `--set csiNodeDriver.kubeletDir=/mnt/paas/kubernetes/kubelet` to the `helm install` command.
47
52
48
53
=== IBM cloud
49
54
50
55
In some cases IBM cloud has the kubelet directory located at `/var/data/kubelet/`, resulting in the following error:
51
56
52
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)"`
53
58
54
-
In case you are encountering the mentioned error (or secret-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.
59
+
In case you are encountering the mentioned error (or secret-operator does not work on your IBM cloud at all), you need to add the argument `--set csiNodeDriver.kubeletDir=/var/data/kubelet` to the `helm install` command.
55
60
56
61
=== VMware Tanzu
57
62
58
63
VMware Tanzu uses a non-standard Kubelet state directory. Installing secret-operator on Tanzu requires the argument
59
-
`--set kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
64
+
`--set csiNodeDriver.kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
0 commit comments