Skip to content

Commit 06b3447

Browse files
OSDOCS-17043_1:CQA update
1 parent fa34446 commit 06b3447

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

modules/machineset-aws-existing-placement-group.adoc

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,24 @@ spec:
4949
spec:
5050
providerSpec:
5151
value:
52-
instanceType: <supported_instance_type> # <1>
53-
networkInterfaceType: EFA # <2>
52+
instanceType: <supported_instance_type>
53+
networkInterfaceType: EFA
5454
placement:
55-
availabilityZone: <zone> # <3>
56-
region: <region> # <4>
57-
placementGroupName: <placement_group> # <5>
58-
placementGroupPartition: <placement_group_partition_number> # <6>
55+
availabilityZone: <zone>
56+
region: <region>
57+
placementGroupName: <placement_group>
58+
placementGroupPartition: <placement_group_partition_number>
5959
# ...
6060
----
61-
<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.
69+
--
6770

6871
.Verification
6972

modules/machineset-capacity-reservation.adoc

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ ifdef::azure[on-demand Capacity Reservation with Capacity Reservation groups on
2626
ifdef::aws[Capacity Reservations on {aws-full} clusters, including On-Demand Capacity Reservations and Capacity Blocks for ML.]
2727

2828
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
3030
ifdef::azure[VM size,]
3131
ifdef::aws[instance type,]
3232
region, and number of instances that you want to reserve.
33-
If your
33+
If your
3434
ifdef::azure[{azure-short} subscription quota]
3535
ifdef::aws[Capacity Reservation]
3636
can accommodate the capacity request, the deployment succeeds.
3737

38-
For more information, including limitations and suggested use cases for this
38+
For more information, including limitations and suggested use cases for this
3939
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.]
4040
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.]
4141

4242
ifdef::azure[]
4343
[NOTE]
4444
====
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.
4646
To use a different Capacity Reservation group, you must replace the machine set and the machines that the previous machine set deployed.
4747
====
4848
endif::azure[]
@@ -86,11 +86,11 @@ tag::compute[]
8686
providerSpec:
8787
value:
8888
ifdef::azure[]
89-
capacityReservationGroupID: <capacity_reservation_group> # <1>
89+
capacityReservationGroupID: <capacity_reservation_group>
9090
endif::azure[]
9191
ifdef::aws[]
92-
capacityReservationId: <capacity_reservation> # <1>
93-
marketType: <market_type> # <2>
92+
capacityReservationId: <capacity_reservation>
93+
marketType: <market_type>
9494
endif::aws[]
9595
end::compute[]
9696
tag::controlplane[]
@@ -99,21 +99,22 @@ tag::controlplane[]
9999
providerSpec:
100100
value:
101101
ifdef::azure[]
102-
capacityReservationGroupID: <capacity_reservation_group> # <1>
102+
capacityReservationGroupID: <capacity_reservation_group>
103103
endif::azure[]
104104
ifdef::aws[]
105-
capacityReservationId: <capacity_reservation> # <1>
106-
marketType: <market_type> # <2>
105+
capacityReservationId: <capacity_reservation>
106+
marketType: <market_type>
107107
endif::aws[]
108108
end::controlplane[]
109109
# ...
110110
----
111-
<1> Specify the ID of the
111+
where:
112+
`spec.providerSpec.value.capacityReservationGroupID`:: Specifies the ID of the
112113
ifdef::azure[Capacity Reservation group]
113114
ifdef::aws[Capacity Block for ML or On-Demand Capacity Reservation]
114115
that you want the machine set to deploy machines on.
115116
ifdef::aws[]
116-
<2> Specify the market type to use.
117+
`spec.providerSpec.value.marketType`:: Specifies the market type to use.
117118
The following values are valid:
118119
`CapacityBlock`:: Use this market type with Capacity Blocks for ML.
119120
`OnDemand`:: Use this market type with On-Demand Capacity Reservations.
@@ -146,7 +147,7 @@ tag::compute[]
146147
where `<machine_set_name>` is the name of the compute machine set.
147148
end::compute[]
148149
+
149-
In the output, verify that the characteristics of the listed machines match the parameters of your
150+
In the output, verify that the characteristics of the listed machines match the parameters of your
150151
ifdef::azure[Capacity Reservation.]
151152
ifdef::aws[Capacity Reservation.]
152153

0 commit comments

Comments
 (0)