AS
Size: a a a
AS
YA
DK
DK
i
DK
AT
V
N
VT
N
N
eksctl create nodegroup --cluster my-calico-cluster --node-type t3.medium --node-ami auto --max-pods-per-node 100
Tip: Without the --max-pods-per-node option above, EKS will limit the
number of pods based on node-type
. See eksctl create nodegroup --help for the full set of node group options.