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
* Add vSphere resource pool support
Signed-off-by: Maximilian Lampert <[email protected]>
* Add resourcePool to docs
Signed-off-by: Maximilian Lampert <[email protected]>
* Remove VM template support
Signed-off-by: Maximilian Lampert <[email protected]>
* fix lint test
Signed-off-by: Maximilian Lampert <[email protected]>
# Optional: Force VMs to be provisoned to the specified resourcePool
239
+
# Default is to use the resourcePool of the template VM
240
+
# example: kubeone or /DC/host/Cluster01/Resources/kubeone
241
+
resourcePool: kubeone
238
242
cluster: cluster1
239
243
# either datastore or datastoreCluster have to be provided.
240
244
datastore: datastore1
@@ -251,7 +255,7 @@ diskSizeGB: 10
251
255
252
256
### Datastore and DatastoreCluster
253
257
254
-
A `Datastore` is the basic unit of storage abstraction in VSphere storage (more details [here][datastore]).
258
+
A `Datastore` is the basic unit of storage abstraction in vSphere storage (more details [here][datastore]).
255
259
256
260
A `DatastoreCluster` (sometimes referred to as StoragePod) is a logical grouping of `Datastores`, it provides some resource management capabilities (more details [here][datastore_cluster]).
0 commit comments