Skip to content

Commit 24ddb9e

Browse files
authored
Merge pull request kubernetes#6669 from bradfitz/patch-1
Remove marketing fluff, correct case of govc
2 parents 6b0458c + 76870f2 commit 24ddb9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting-started-guides/vsphere.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page covers how to get started with deploying Kubernetes on vSphere and det
1212

1313
### Getting started with the vSphere Cloud Provider
1414

15-
Kubernetes comes with *vSphere Cloud Provider*, a cloud provider for vSphere that allows Kubernetes Pods to use enterprise grade vSphere Storage.
15+
Kubernetes comes with *vSphere Cloud Provider*, a cloud provider for vSphere that allows Kubernetes Pods to use vSphere Storage.
1616

1717
### Deploy Kubernetes on vSphere
1818

@@ -22,9 +22,9 @@ Detailed steps can be found at the [getting started with Kubernetes-Anywhere on
2222

2323
### vSphere Cloud Provider
2424

25-
vSphere Cloud Provider allows Kubernetes to use vSphere managed enterprise grade storage. It supports:
25+
vSphere Cloud Provider allows Kubernetes to use vSphere-managed storage. It supports:
2626

27-
- Enterprise class services such as de-duplication and encryption with vSAN, QoS, high availability and data reliability.
27+
- Services such as de-duplication and encryption with vSAN, QoS, high availability and data reliability.
2828
- Policy based management at granularity of container volumes.
2929
- Volumes, Persistent Volumes, Storage Classes, dynamic provisioning of volumes, and scalable deployment of Stateful Apps with StatefulSets.
3030

@@ -52,9 +52,9 @@ If a Kubernetes cluster has not been deployed using Kubernetes-Anywhere, follow
5252

5353
The disk.EnableUUID parameter must be set to "TRUE" for each Node VM. This step is necessary so that the VMDK always presents a consistent UUID to the VM, thus allowing the disk to be mounted properly.
5454

55-
For each of the virtual machine nodes that will be participating in the cluster, follow the steps below using [GOVC tool](https://github.com/vmware/govmomi/tree/master/govc)
55+
For each of the virtual machine nodes that will be participating in the cluster, follow the steps below using [govc tool](https://github.com/vmware/govmomi/tree/master/govc)
5656

57-
* Set up GOVC environment
57+
* Set up the **govc** environment
5858

5959
export GOVC_URL='vCenter IP OR FQDN'
6060
export GOVC_USERNAME='vCenter User'

0 commit comments

Comments
 (0)