File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments