File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
7478ifeval::["{context} " == "cpmso-config-options-aws"]
You can’t perform that action at this time.
0 commit comments