@@ -2,8 +2,8 @@ apiVersion: eksctl.io/v1alpha5
22kind : ClusterConfig
33# Define the name of the cluster and the deployment region
44metadata :
5- name : hpcic-2025-tutorial
6- region : us-east -1
5+ name : perftools- hpcic-2025-dry-run
6+ region : us-west -1
77
88# Create the IAM policies needed to enable the autoscaler and storage
99iam :
5858
5959# Specify the availability zone from which nodes will be obtained
6060availabilityZones :
61- - " us-east -1a"
62- - " us-east-1b "
61+ - " us-west -1a"
62+ - " us-west-1c "
6363
6464
6565# Define rules for nodegroups for each availability zone
6666managedNodeGroups :
6767
68- - name : node-group-us-east -1a
68+ - name : node-group-us-west -1a
6969 # Set policies/permissions to autoscale
7070 iam :
7171 withAddonPolicies :
@@ -75,19 +75,19 @@ managedNodeGroups:
7575 # Size of storage volume for the availability zone, in gigabytes
7676 volumeSize : 30
7777 # Number of nodes to start with in this availability zone
78- desiredCapacity : 15
78+ desiredCapacity : 2
7979 # Minimum number of nodes that will always be allocated in this availability zone
80- minSize : 15
80+ minSize : 2
8181 # Maximum number of nodes that will every be allocated in this availability zone
82- maxSize : 100
82+ maxSize : 8
8383 privateNetworking : true
8484 availabilityZones :
85- - us-east -1a
85+ - us-west -1a
8686 tags :
8787 k8s.io/cluster-autoscaler/enabled : " true"
8888 k8s.io/cluster-autoscaler/jupyterhub : " owned"
8989
90- - name : node-group-us-east-1b
90+ - name : node-group-us-west-1c
9191 # Set policies/permissions to autoscale
9292 iam :
9393 withAddonPolicies :
@@ -97,14 +97,14 @@ managedNodeGroups:
9797 # Size of storage volume for the availability zone, in gigabytes
9898 volumeSize : 30
9999 # Number of nodes to start with in this availability zone
100- desiredCapacity : 15
100+ desiredCapacity : 2
101101 # Minimum number of nodes that will always be allocated in this availability zone
102- minSize : 15
102+ minSize : 2
103103 # Maximum number of nodes that will every be allocated in this availability zone
104- maxSize : 100
104+ maxSize : 8
105105 privateNetworking : true
106106 availabilityZones :
107- - us-east-1b
107+ - us-west-1c
108108 tags :
109109 k8s.io/cluster-autoscaler/enabled : " true"
110110 k8s.io/cluster-autoscaler/jupyterhub : " owned"
0 commit comments