magnum/releasenotes/notes/helm-install-metrics-service-cd18be76c4ed0e5f.yaml
Diogo Guerra 230ad3f2db [k8s] helm install metrics service
* Add Folder specific for helm managed resources
* Add first use case of helm install script
* Install metrics-server with helm (parallel to heapster to allow back compatibility)
* Added extra ARGS to kube-apiserver to enable communication with metrics-server

Known Issues:
  * Tiller pod sometimes is presented as not active due to (possibly) Heartbeat/Healthz

story: 2004816
task: 28980
depends_on: I99d3a78085ba10030200f12bbfe58a72964e2326
Change-Id: I1b2432bc09ccde02e43124ed010120b99d853d65
Signed-off-by: Diogo Guerra <dy090.guerra@gmail.com>
2019-02-13 17:34:29 +01:00

9 lines
361 B
YAML

---
features:
- |
Installs the metrics-server service that is replacing kubernetes deprecated
heapster as a cluster wide metrics reporting service used by schedulling,
HPA and others. This service is installed and configured using helm and so
tiller_enabled flag must be True. Heapster service is maintained active to
allow compatibility.