Skip to content

Helm chart for cluster-autoscaler in Kubernetes tenant clusters

License

Notifications You must be signed in to change notification settings

giantswarm/cluster-autoscaler-app

Repository files navigation

CircleCI

Cluster Autoscaler

Helm chart for the Kubernetes Cluster Autoscaler running in Giant Swarm tenant clusters.

Deployment

Installation

To install the chart locally:

$ git clone https://github.com/giantswarm/cluster-autoscaler-app.git
$ cd cluster-autoscaler-app
$ helm install helm/cluster-autoscaler-app

Provide a custom values.yaml:

$ helm install helm/cluster-autoscaler-app --values values.yaml

Release Process

  • Ensure CHANGELOG.md is up to date.
  • Create a new branch with name release#vx.x.x-gsx. Automation will create a release PR.
    • Make sure the major, minor and patch version matches with upstream.
  • Merging the release PR will push a new Git tag and trigger a new tarball to be pushed to the default-catalog.
  • Update cluster-operator with the new version.