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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,5 +62,7 @@ In case you are encountering the mentioned error (or secret-operator does not wo
62
62
63
63
=== VMware Tanzu
64
64
65
-
VMware Tanzu uses a non-standard Kubelet state directory. Installing secret-operator on Tanzu requires the argument
66
-
`--set csiNodeDriver.kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
65
+
Whether Tanzu uses a non-standard Kubelet state directory depends on the variant.
66
+
BOSH-deployed clusters (Tanzu Kubernetes Grid Integrated Edition, formerly PKS) place it under `/var/vcap`, so installing secret-operator there requires the argument `--set csiNodeDriver.kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
67
+
Standard clusters (Tanzu Kubernetes Grid and vSphere with Tanzu) use the default `/var/lib/kubelet` and need no override.
68
+
If unsure, check the actual directory on a node before overriding.
0 commit comments