From 00734b214f350f56553228937de29e9ab4f07769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Mon, 13 Jul 2026 14:19:13 +0200 Subject: [PATCH] docs: clarify kubelet state dir on Tanzu deployments --- docs/modules/listener-operator/pages/installation.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/modules/listener-operator/pages/installation.adoc b/docs/modules/listener-operator/pages/installation.adoc index a02a6045..861dd77e 100644 --- a/docs/modules/listener-operator/pages/installation.adoc +++ b/docs/modules/listener-operator/pages/installation.adoc @@ -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.