Skip to content

Commit 24def6b

Browse files
committed
Upgrade EKS Cluster version to 1.32
1 parent 1074667 commit 24def6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"operation": "new_operation",
2+
"operation": "upgrade_cluster",
33
"contexts": [
44
"MAINLINE"
55
],
66
"eks_clusters": [
77
"dlc-pytorch",
88
"dlc-tensorflow"
99
],
10-
"eks_version": "1.25",
11-
"cluster_autoscalar_image_version": "v1.25.0"
10+
"eks_version": "1.32",
11+
"cluster_autoscalar_image_version": "v1.32.0"
1212
}

eks_infrastructure/cluster-autoscalar-autodiscover.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec:
138138
spec:
139139
serviceAccountName: cluster-autoscaler
140140
containers:
141-
- image: k8s.gcr.io/autoscaling/cluster-autoscaler:<VERSION>
141+
- image: registry.k8s.io/autoscaling/cluster-autoscaler:<VERSION>
142142
name: cluster-autoscaler
143143
resources:
144144
limits:
@@ -166,4 +166,4 @@ spec:
166166
volumes:
167167
- name: ssl-certs
168168
hostPath:
169-
path: "/etc/ssl/certs/ca-bundle.crt"
169+
path: "/etc/ssl/certs/ca-bundle.crt"

0 commit comments

Comments
 (0)