Skip to content

Commit 11d1ac7

Browse files
authored
docs: clarify kubelet state dir on Tanzu deployments (#403)
1 parent e077bb8 commit 11d1ac7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

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

9494
=== VMware Tanzu
9595

96-
VMware Tanzu uses a non-standard Kubelet state directory. Installing listener-operator on Tanzu requires the argument
97-
`--set kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
96+
Whether Tanzu uses a non-standard Kubelet state directory depends on the variant.
97+
BOSH-deployed clusters (Tanzu Kubernetes Grid Integrated Edition, formerly PKS) place it under `/var/vcap`, so installing listener-operator there requires the argument `--set kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
98+
Standard clusters (Tanzu Kubernetes Grid and vSphere with Tanzu) use the default `/var/lib/kubelet` and need no override.
99+
If unsure, check the actual directory on a node before overriding.

0 commit comments

Comments
 (0)