File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Please update the `ami` field in the [eks-cluster.yaml](eks-cluster.yaml) file w
2020
2121| Region | AMI |
2222| ------------ | --------------------- |
23- | us-west-1 | ami-053e9b8b15820b4d4 |
24- | us-west-2 | ami-0e70601f0ddfd0d97 |
25- | eu-west-1 | ami-0ee8755c14dccfd12 |
26- | eu-west-2 | ami-0945f659404f216e9 |
27- | eu-central-1 | ami-0854a6491738ae387 |
28- | us-east-1 | ami-094a3ece631b373db |
29- | us-east-2 | ami-082becdab4d5d2e3f |
23+ | us-west-1 | ami-01395176fa1eb01d5 |
24+ | us-west-2 | ami-0caaf47ba5933e634 |
25+ | eu-west-1 | ami-0326129cb2b886811 |
26+ | eu-west-2 | ami-04e6042175e0d2d6d |
27+ | eu-central-1 | ami-0b0ec4e6ca9e9bcc8 |
28+ | us-east-1 | ami-036c96c896363b47b |
29+ | us-east-2 | ami-0209a4d29962f060c |
3030
3131** To start the installation, execute:**
3232
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ managedNodeGroups:
7777 # Use private subnets for nodes
7878 # https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
7979 privateNetworking : true
80- ami : ami-0e70601f0ddfd0d97
80+ ami : ami-0caaf47ba5933e634
8181
8282 tags :
8383 # EC2 tags required for cluster-autoscaler auto-discovery
@@ -137,7 +137,7 @@ managedNodeGroups:
137137 # Use private subnets for nodes
138138 # https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
139139 privateNetworking : true
140- ami : ami-0e70601f0ddfd0d97
140+ ami : ami-0caaf47ba5933e634
141141
142142 tags :
143143 # EC2 tags required for cluster-autoscaler auto-discovery
You can’t perform that action at this time.
0 commit comments