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/getting-started-guides/vsphere.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This page covers how to get started with deploying Kubernetes on vSphere and det
12
12
13
13
### Getting started with the vSphere Cloud Provider
14
14
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.
16
16
17
17
### Deploy Kubernetes on vSphere
18
18
@@ -22,9 +22,9 @@ Detailed steps can be found at the [getting started with Kubernetes-Anywhere on
22
22
23
23
### vSphere Cloud Provider
24
24
25
-
vSphere Cloud Provider allows Kubernetes to use vSpheremanaged enterprise grade storage. It supports:
25
+
vSphere Cloud Provider allows Kubernetes to use vSphere-managed storage. It supports:
26
26
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.
28
28
- Policy based management at granularity of container volumes.
29
29
- Volumes, Persistent Volumes, Storage Classes, dynamic provisioning of volumes, and scalable deployment of Stateful Apps with StatefulSets.
30
30
@@ -52,9 +52,9 @@ If a Kubernetes cluster has not been deployed using Kubernetes-Anywhere, follow
52
52
53
53
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.
54
54
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)
0 commit comments