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/listener-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
@@ -93,5 +93,7 @@ In case you are encountering the mentioned error (or listener-operator does not
93
93
94
94
=== VMware Tanzu
95
95
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