File tree 2 files changed +9
-9
lines changed
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
20
20
21
21
| Region | AMI |
22
22
| ------------ | --------------------- |
23
- | us-west-1 | ami-0e0a2f6d707c912b0 |
24
- | us-west-2 | ami-007178f87fc1e474a |
25
- | eu-west-1 | ami-0b8ab07740a9ba827 |
26
- | eu-west-2 | ami-0a289523e77fb47d0 |
27
- | eu-central-1 | ami-03c02f334cab9409e |
28
- | us-east-1 | ami-0373539d1ab3f890a |
29
- | us-east-2 | ami-0e811f7124b7af98e |
23
+ | us-west-1 | ami-0c94a575efb9bdefa |
24
+ | us-west-2 | ami-0f2ff7608f3d887a2 |
25
+ | eu-west-1 | ami-0ed829eab7f95f771 |
26
+ | eu-west-2 | ami-00fab89ec63577fd5 |
27
+ | eu-central-1 | ami-0ff1e9b7cf7b48808 |
28
+ | us-east-1 | ami-01ac2c5dbcc82fd41 |
29
+ | us-east-2 | ami-01a4fa78b79360b9d |
30
30
31
31
32
32
** To start the installation, execute:**
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ managedNodeGroups:
77
77
# Use private subnets for nodes
78
78
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
79
79
privateNetworking : true
80
- ami : ami-007178f87fc1e474a
80
+ ami : ami-0f2ff7608f3d887a2
81
81
82
82
tags :
83
83
# EC2 tags required for cluster-autoscaler auto-discovery
@@ -137,7 +137,7 @@ managedNodeGroups:
137
137
# Use private subnets for nodes
138
138
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
139
139
privateNetworking : true
140
- ami : ami-007178f87fc1e474a
140
+ ami : ami-0f2ff7608f3d887a2
141
141
142
142
tags :
143
143
# EC2 tags required for cluster-autoscaler auto-discovery
You can’t perform that action at this time.
0 commit comments