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
<1> Specify an instance type that link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html#efa-instance-types[supports EFAs].
62
-
<2> Specify the `EFA` network interface type.
63
-
<3> Specify the zone, for example, `us-east-1a`.
64
-
<4> Specify the region, for example, `us-east-1`.
65
-
<5> Specify the name of the existing AWS placement group to deploy machines in.
66
-
<6> Optional: Specify the partition number of the existing AWS placement group to deploy machines in.
61
+
where:
62
+
--
63
+
`spec.providerSpec.value.instanceType`:: Specifies an instance type that link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html#efa-instance-types[supports EFAs].
64
+
`spec.providerSpec.value.networkInterfaceType`:: Specifies the `EFA` network interface type.
65
+
`spec.providerSpec.value.placement.availabilityZone`:: Specifies the zone, for example, `us-east-1a`.
66
+
`spec.providerSpec.value.placement.region`:: Specifies the region, for example, `us-east-1`.
67
+
`spec.providerSpec.value.placement.placementGroupName`:: Specifies the name of the existing AWS placement group to deploy machines in.
68
+
`spec.providerSpec.value.placement.placementGroupPartition`:: Specifies the partition number of the existing AWS placement group to deploy machines in.
Copy file name to clipboardExpand all lines: modules/machineset-capacity-reservation.adoc
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,23 +26,23 @@ ifdef::azure[on-demand Capacity Reservation with Capacity Reservation groups on
26
26
ifdef::aws[Capacity Reservations on {aws-full} clusters, including On-Demand Capacity Reservations and Capacity Blocks for ML.]
27
27
28
28
You can configure a machine set to deploy machines on any available resources that match the parameters of a capacity request that you define.
29
-
These parameters specify the
29
+
These parameters specify the
30
30
ifdef::azure[VM size,]
31
31
ifdef::aws[instance type,]
32
32
region, and number of instances that you want to reserve.
33
-
If your
33
+
If your
34
34
ifdef::azure[{azure-short} subscription quota]
35
35
ifdef::aws[Capacity Reservation]
36
36
can accommodate the capacity request, the deployment succeeds.
37
37
38
-
For more information, including limitations and suggested use cases for this
38
+
For more information, including limitations and suggested use cases for this
39
39
ifdef::azure[{azure-short} offering, see link:https://learn.microsoft.com/en-us/azure/virtual-machines/capacity-reservation-overview[On-demand Capacity Reservation] in the {azure-full} documentation.]
40
40
ifdef::aws[{aws-short} offering, see link:https://docs.aws.amazon.com/en_us/AWSEC2/latest/UserGuide/capacity-reservation-overview.html[On-Demand Capacity Reservations and Capacity Blocks for ML] in the {aws-short} documentation.]
41
41
42
42
ifdef::azure[]
43
43
[NOTE]
44
44
====
45
-
You cannot change an existing Capacity Reservation configuration for a machine set.
45
+
You cannot change an existing Capacity Reservation configuration for a machine set.
46
46
To use a different Capacity Reservation group, you must replace the machine set and the machines that the previous machine set deployed.
0 commit comments