Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/modules/listener-operator/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@ In case you are encountering the mentioned error (or listener-operator does not

=== VMware Tanzu

VMware Tanzu uses a non-standard Kubelet state directory. Installing listener-operator on Tanzu requires the argument
`--set kubeletDir=/var/vcap/data/kubelet` to be added to the `helm install` command.
Whether Tanzu uses a non-standard Kubelet state directory depends on the variant.
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.
Standard clusters (Tanzu Kubernetes Grid and vSphere with Tanzu) use the default `/var/lib/kubelet` and need no override.
If unsure, check the actual directory on a node before overriding.
Loading