Skip to content

Commit f6e9be3

Browse files
committed
docs: add instance type examples to InstanceTypes field comment
1 parent 3ac7f79 commit f6e9be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/api/v1beta2/awsmanagedmachinepool_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ type AWSManagedMachinePoolSpec struct {
185185
// InstanceTypes specifies a list of AWS instance types for the node group.
186186
// The order of instance types specified determines priority of picking that instance type.
187187
// This is also influenced by the CapacityType. For On-Demand capacity, the allocation strategy
188-
// uses the order of instance types to determine which instance type to use first when fulfilling capacity.
188+
// 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 .
189189
// See AWS documentation https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html#managed-node-group-capacity-types
190190
// for more information.
191191
// +optional

0 commit comments

Comments
 (0)