Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
c9099f0
Update eksctl to v0.54.0
deliahu Jun 25, 2021
9c7297e
Update kubernetes to v1.20
deliahu Jun 25, 2021
e5d147f
Update Istio to 1.10.2
deliahu Jun 28, 2021
221c8a4
Update go version and modules
deliahu Jun 28, 2021
e6c69d8
Update aws-iam-authenticator
deliahu Jun 28, 2021
5a61818
Update nvidia device driver
deliahu Jun 28, 2021
f45a186
Update metrics server
deliahu Jun 29, 2021
c71d5ae
Update neuron device plugin, add neuron scheduler, rename nvidia devi…
deliahu Jun 29, 2021
5a7ce00
Revert to go v1.15.13
deliahu Jun 29, 2021
21e4cf1
Rename num_hugepages
deliahu Jun 29, 2021
b20eb88
Update cluster autoscaler to 1.20.0
deliahu Jun 29, 2021
d2815b7
Update fluent-bit to 2.16.1
deliahu Jun 29, 2021
6696d96
Update kubernetes-event-exporter
deliahu Jun 29, 2021
3339e0b
Update alpine version
deliahu Jun 29, 2021
69809b8
Update kubectl
deliahu Jun 29, 2021
611e469
Update versions.md
deliahu Jun 29, 2021
f5289fa
Istio fixes
deliahu Jun 29, 2021
22cedd8
Update fluentbit resources
deliahu Jun 30, 2021
5106809
Decrease istiod cpu request
deliahu Jun 30, 2021
097c090
Add cluster-configure make command
deliahu Jun 30, 2021
fda1f2e
eksctl nits
deliahu Jun 30, 2021
54e38fe
Update eksctl to 0.55.0-rc.0
deliahu Jun 30, 2021
985bcb3
Upgrade go
deliahu Jul 1, 2021
7729372
Update prometheus
RobertLucian Jul 1, 2021
96f7dac
Update statsd exporter
RobertLucian Jul 1, 2021
7ffd6fa
Update kube-state-metrics and dcgm exporter
RobertLucian Jul 1, 2021
92c0f9f
Nit for kube-state-metrics
RobertLucian Jul 1, 2021
55c7907
Update kubelet exporter
RobertLucian Jul 1, 2021
a35391c
Update node exporter
RobertLucian Jul 1, 2021
084c2df
Update grafana
RobertLucian Jul 1, 2021
91c511e
Fix dcgm/node exporters
RobertLucian Jul 1, 2021
c0e0517
Fix istio metrics
RobertLucian Jul 1, 2021
5a19320
Update Python client dependencies
deliahu Jul 1, 2021
742a64a
Update Makefile
deliahu Jul 1, 2021
2617d28
Revert eksctl
deliahu Jul 1, 2021
5fd4685
Update create.md
deliahu Jul 1, 2021
b7e7775
Update eksctl to 0.51.0
deliahu Jul 1, 2021
711b2dd
Merge branch 'master' into update-versions
RobertLucian Jul 1, 2021
64d5801
Updating the dashboards
RobertLucian Jul 1, 2021
d6cb62e
Update eksctl verbose flag
deliahu Jul 1, 2021
c88ecc7
Update registry.sh
deliahu Jul 1, 2021
54267cd
Remove inferentia scheduler node selector
deliahu Jul 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cluster autoscaler to 1.20.0
  • Loading branch information
deliahu committed Jun 29, 2021
commit b20eb888bc3ec7423924cb36446f65bb56a701ff
7 changes: 3 additions & 4 deletions dev/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,9 @@ see https://github.com/moby/moby/issues/39302#issuecomment-639687466_
1. Find the latest patch release for our current version of k8s (e.g. k8s v1.17 -> cluster-autocluster v1.17.3)
on [GitHub](https://github.com/kubernetes/autoscaler/releases) and check the changelog
1. Update the base image in `images/cluster-autoscaler/Dockerfile` to the repository URL shown in the GitHub release
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.16.5/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml>)
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.20.0/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml>)
1. Resolve merge conflicts with the template in `manager/manifests/cluster-autoscaler.yaml.j2`

## FluentBit
Expand Down
2 changes: 1 addition & 1 deletion images/cluster-autoscaler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM k8s.gcr.io/autoscaling/cluster-autoscaler:v1.18.3
FROM k8s.gcr.io/autoscaling/cluster-autoscaler:v1.20.0
5 changes: 2 additions & 3 deletions manager/manifests/cluster-autoscaler.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Source: https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-1.17.3/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml
# Source: https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-1.20.0/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml

---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -189,7 +188,7 @@ spec:
- --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/{{ config['cluster_name'] }}
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs/ca-certificates.crt
mountPath: /etc/ssl/certs/ca-certificates.crt #/etc/ssl/certs/ca-bundle.crt for Amazon Linux Worker Nodes
readOnly: true
imagePullPolicy: "Always"
volumes:
Expand Down