Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Document how to update cluster-autoscaler
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <[email protected]>
  • Loading branch information
Maartje Eyskens committed Apr 14, 2021
1 parent c022935 commit 0645476
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/development/updating-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,17 @@ helm fetch --untar --untardir ./ vmware-tanzu/velero
```

- Chart location: https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero

## cluster-autoscaler

Run the following commands in the root of this repository:

```bash
cd assets/charts/components
rm -rf cluster-autoscaler
helm repo add autoscaler https://kubernetes.github.io/autoscaler
helm repo update
helm fetch --untar --untardir ./ autoscaler/cluster-autoscaler
```

- Chart location: https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler

0 comments on commit 0645476

Please sign in to comment.