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:
55
55
availabilityZone: <zone > # <3>
56
56
region: <region > # <4>
57
57
placementGroupName: <placement _group > # <5>
58
+ placementGroupPartition: <placement _group_partition_number > # <6>
58
59
# ...
59
60
----
60
61
<1> Specify an instance type that link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html#efa-instance-types[supports EFAs].
61
62
<2> Specify the `EFA` network interface type.
62
63
<3> Specify the zone, for example, `us-east-1a` .
63
64
<4> Specify the region, for example, `us-east-1` .
64
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.
65
67
66
68
.Verification
67
69
68
70
* In the AWS console, find a machine that the machine set created and verify the following in the machine properties:
69
71
70
72
** The placement group field has the value that you specified for the `placementGroupName` parameter in the machine set.
71
73
74
+ ** The partition number field has the value that you specified for the `placementGroupPartition` parameter in the machine set.
75
+
72
76
** The interface type field indicates that it uses an EFA.
73
77
74
78
ifeval::["{context} " == "cpmso-config-options-aws"]
You can’t perform that action at this time.
0 commit comments