Skip to content

Commit b712b6c

Browse files
committed
make generate
1 parent f6e9be3 commit b712b6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_awsmanagedmachinepools.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,10 +940,9 @@ spec:
940940
InstanceTypes specifies a list of AWS instance types for the node group.
941941
The order of instance types specified determines priority of picking that instance type.
942942
This is also influenced by the CapacityType. For On-Demand capacity, the allocation strategy
943-
uses the order of instance types to determine which instance type to use first when fulfilling capacity.
943+
uses the order of instance types to determine which instance type to use first when fulfilling capacity for ex; c5.large, c4.large, and c3.large .
944944
See AWS documentation https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html#managed-node-group-capacity-types
945945
for more information.
946-
At most one of InstanceType or InstanceTypes may be specified.
947946
items:
948947
type: string
949948
type: array

0 commit comments

Comments
 (0)