Skip to content

Commit fea5b7e

Browse files
authored
docs: clarify kubelet state dir on Tanzu deployments (#721)
1 parent a0a0cea commit fea5b7e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ In case you are encountering the mentioned error (or secret-operator does not wo
6262

6363
=== VMware Tanzu
6464

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

Comments
 (0)