bumpy-laptop-30846
02/22/2022, 10:19 AMreturn new eks.Cluster(
getClusterName(),
{
name: getClusterName(),
vpcId: vpc.id,
publicSubnetIds: vpc.publicSubnetIds,
privateSubnetIds: vpc.privateSubnetIds,
nodeAssociatePublicIpAddress: false,
instanceType: 'c5.xlarge',
nodeRootVolumeSize: 50,
desiredCapacity: 3,
minSize: 2,
maxSize: 8,
but when I add a deployment it does not increase the number of nodes.
Is there something to do to have autoscaling working when using the cluster default nodegroup?quiet-wolf-18467
bored-table-20691
02/22/2022, 11:56 AMbumpy-laptop-30846
02/22/2022, 12:52 PMpending
state and cluster indicates ‘insufficient cpu’curved-pencil-86122
02/22/2022, 1:03 PMquiet-wolf-18467
bumpy-laptop-30846
02/22/2022, 1:26 PMbored-table-20691
02/22/2022, 1:56 PMbumpy-laptop-30846
02/22/2022, 2:01 PMbored-table-20691
02/22/2022, 2:22 PMbumpy-laptop-30846
02/22/2022, 4:29 PM