mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Add initial commit of a metrics-server chart
* Fixes metrics-server without rbac
* Fixed some lint errors
* Add a NOTES.txt file
* makes some imrpovements on how the chart looks like compared to helm create
* follow best practices for RBAC
* adds selector in deployment
* incubator/metrics-server: create ServiceAccount based on serviceAccount.create
* incubator/metrics-server: default pullPolicy to IfNotPresent
* incubator/metrics-server: add maintainer
* incubator/metrics-server: replace maintainer full name with github username in Chart.yaml
* incubator/metrics-server: make namespace configurable where possible
* incubator/metrics-server: grant system:auth-delegator clusterrole and the extension-apiserver-authentication-reader role specifically in the kube-system namespace
* incubator/metrics-server: Replace 'metrics-server' with release fullname
* incubator/metrics-server: Make apiService creation conditional
* Revert "incubator/metrics-server: grant system:auth-delegator clusterrole and the extension-apiserver-authentication-reader role specifically in the kube-system namespace"
This reverts commit b35818cf7d.
* incubator/metrics-server: put system:auth-delegator crb in kube-system
* incubator/metrics-server: disable creation of apiService on CI runs
* incubator/metrics-server: remove an unecessary RBAC rule
* incubator/metrics-server: warn about not setting apiSerivce.create: true
* incubator/metrics-server: update README.md to reflect values.yaml
* stable/metrics-server: promote chart from incubator to stable
metric-server
Metrics Server is a cluster-wide aggregator of resource usage data.
Configuration
| Parameter | Description | Default |
|---|---|---|
rbac.create |
Enable Role-based authentication | true |
serviceAccount.create |
If true, create a new service account |
true |
serviceAccount.name |
Service account to be used. If not set and serviceAccount.create is true, a name is generated using the fullname template |
`` |
apiService.create |
Create the v1beta1.metrics.k8s.io API service | true |
image.repository |
Image repository | gcr.io/google_containers/metrics-server-amd64 |
image.tag |
Image tag | v0.2.1 |
image.pullPolicy |
Image pull policy | IfNotPresent |