Skip to content

Commit ee42877

Browse files
authored
Merge pull request #81645 from subhtk/10847
OSDOCS10847: Added placementGroupPartition field in machine set AWS existing placement group
2 parents 5e71b9e + eed5920 commit ee42877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,24 @@ spec:
5555
availabilityZone: <zone> # <3>
5656
region: <region> # <4>
5757
placementGroupName: <placement_group> # <5>
58+
placementGroupPartition: <placement_group_partition_number> # <6>
5859
# ...
5960
----
6061
<1> Specify an instance type that link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html#efa-instance-types[supports EFAs].
6162
<2> Specify the `EFA` network interface type.
6263
<3> Specify the zone, for example, `us-east-1a`.
6364
<4> Specify the region, for example, `us-east-1`.
6465
<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.
6567

6668
.Verification
6769

6870
* In the AWS console, find a machine that the machine set created and verify the following in the machine properties:
6971
7072
** The placement group field has the value that you specified for the `placementGroupName` parameter in the machine set.
7173

74+
** The partition number field has the value that you specified for the `placementGroupPartition` parameter in the machine set.
75+
7276
** The interface type field indicates that it uses an EFA.
7377

7478
ifeval::["{context}" == "cpmso-config-options-aws"]

0 commit comments

Comments
 (0)