From dcdb9523226ba49f3b0adb23e2adf3a1f95df2a7 Mon Sep 17 00:00:00 2001 From: MyannaHarris Date: Mon, 19 Jul 2021 11:03:20 -0700 Subject: [PATCH] [Examples] Update the AWS examples to have 600Mi of memory This change updates the AWS examples to have 600Mi of memory because CAS downloads a pricing file that contains EC2 instance info at startup which grows each time there's new EC2 instance information available. Currently the largest region is hitting the 300Mi limit when downloading that file, so we are increasing the memory limit in our examples for customers. --- .../aws/examples/cluster-autoscaler-autodiscover.yaml | 4 ++-- .../aws/examples/cluster-autoscaler-multi-asg.yaml | 4 ++-- .../aws/examples/cluster-autoscaler-one-asg.yaml | 4 ++-- .../aws/examples/cluster-autoscaler-run-on-control-plane.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml index 7527653fcc29..bd5bc00603fa 100644 --- a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml +++ b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml @@ -143,10 +143,10 @@ spec: resources: limits: cpu: 100m - memory: 300Mi + memory: 600Mi requests: cpu: 100m - memory: 300Mi + memory: 600Mi command: - ./cluster-autoscaler - --v=4 diff --git a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-multi-asg.yaml b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-multi-asg.yaml index 42e485950dc9..411b90c7f7e6 100644 --- a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-multi-asg.yaml +++ b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-multi-asg.yaml @@ -143,10 +143,10 @@ spec: resources: limits: cpu: 100m - memory: 300Mi + memory: 600Mi requests: cpu: 100m - memory: 300Mi + memory: 600Mi command: - ./cluster-autoscaler - --v=4 diff --git a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-one-asg.yaml b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-one-asg.yaml index 2da3b9e2bbe0..0d59a2754cf9 100644 --- a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-one-asg.yaml +++ b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-one-asg.yaml @@ -143,10 +143,10 @@ spec: resources: limits: cpu: 100m - memory: 300Mi + memory: 600Mi requests: cpu: 100m - memory: 300Mi + memory: 600Mi command: - ./cluster-autoscaler - --v=4 diff --git a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-run-on-control-plane.yaml b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-run-on-control-plane.yaml index c200ec661e02..171bebff25f7 100644 --- a/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-run-on-control-plane.yaml +++ b/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-run-on-control-plane.yaml @@ -150,10 +150,10 @@ spec: resources: limits: cpu: 100m - memory: 300Mi + memory: 600Mi requests: cpu: 100m - memory: 300Mi + memory: 600Mi command: - ./cluster-autoscaler - --v=4