You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/versions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,8 @@ Note: overriding horizontal-pod-autoscaler-sync-period on EKS is currently not s
135
135
136
136
## Cluster autoscaler
137
137
138
-
1. Find the latest release on [GitHub](https://github.com/kubernetes/autoscaler/releases) and check the changelog
139
-
1. In the [GitHub Repo](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws), set the tree to the tag for the latest release, and open `cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml` (e.g. <https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-release-1.16/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml>)
138
+
1. Find the latest patch release for our current version of k8s (e.g. k8s v1.14 -> cluster-autocluster v1.14.5) on [GitHub](https://github.com/kubernetes/autoscaler/releases) and check the changelog
139
+
1. In the [GitHub Repo](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws), set the tree to the tag for the chosen release, and open `cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml` (e.g. <https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-1.14.5/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml>)
140
140
1. Copy the contents to `manager/manifests/cluster-autoscaler.yaml`
141
141
1. Update this line of config:
142
142
@@ -147,7 +147,7 @@ Note: overriding horizontal-pod-autoscaler-sync-period on EKS is currently not s
147
147
1. Replace `<YOUR CLUSTER NAME>` with `$CORTEX_CLUSTER`
148
148
1. Update the link at the top of the file to the URL you copied from
149
149
1. Check that your diff is reasonable
150
-
1. Update the version of the base image in `images/cluster-autoscaler/Dockerfile` to whatever the value for `image` was before you replaced it with `$CORTEX_IMAGE_CLUSTER_AUTOSCALER`
150
+
1. Update the version of the base image in `images/cluster-autoscaler/Dockerfile` to the tag of the chosen release
0 commit comments