Skip to content

Helm chart for Metrics Server in workload clusters

License

Notifications You must be signed in to change notification settings

giantswarm/metrics-server-app

Repository files navigation

CircleCI

kubernetes-metrics-server

Helm chart for Kubernetes Metrics Server running in Tenant Clusters.

Deployment

Installing the Chart

To install the chart locally:

$ git clone https://github.com/giantswarm/metrics-server-app.git
$ cd metrics-server-app
$ helm install metrics-server-app/helm/metrics-server-app

Provide a custom values.yaml:

$ helm install metrics-server-app -f values.yaml

Release Process

  • Ensure CHANGELOG.md is up to date.
  • Create a new GitHub release with the version e.g. v0.1.0 and link the changelog entry.
  • This 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.