diff --git a/docs/content/en/docs/getting-started/vsphere/vsphere-spec.md b/docs/content/en/docs/getting-started/vsphere/vsphere-spec.md
index dedfd422c6aa..a2fee3ecc25a 100644
--- a/docs/content/en/docs/getting-started/vsphere/vsphere-spec.md
+++ b/docs/content/en/docs/getting-started/vsphere/vsphere-spec.md
@@ -29,8 +29,8 @@ spec:
- 10.96.0.0/12
controlPlaneConfiguration: # Specific cluster control plane config (required)
count: 2 # Number of control plane nodes (required)
- endpoint: # IP for control plane endpoint (required)
- host: "192.168.0.10"
+ endpoint:
+ host: "172.16.0.1" # IP for control plane endpoint (required)
machineGroupRef: # vSphere-specific Kubernetes node config (required)
kind: VSphereMachineConfig
name: my-cluster-machines