From bcae10b195ea1bab9be57b2404d3ffde17b216dc Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Fri, 16 Nov 2018 13:27:41 -0500 Subject: [PATCH] Fix vsphere node name docs (#11017) --- .../docs/concepts/cluster-administration/cloud-providers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index e3c7f153af..7a607b4262 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -358,7 +358,9 @@ Note that the Kubernetes Node name must match the Photon VM name (or if `overrid ### Node Name -The VSphere cloud provider uses the hostname of the node (as determined by the kubelet or overridden with `--hostname-override`) as the name of the Kubernetes Node object. +The VSphere cloud provider uses the detected hostname of the node (as determined by the kubelet) as the name of the Kubernetes Node object. + +The `--hostname-override` parameter is ignored by the VSphere cloud provider. ## IBM Cloud Kubernetes Service