magnum/releasenotes/notes/helm-install-metrics-service-e7a5459417504a75.yaml
Diogo Guerra df52f9c9ea [k8s] Update metrics-server
Magnum allows to use CONTAINER_INFRA_PREFIX to specify a local
repository from which we can pull container images. This repository
defaults to the upstream one that is specified in the metrics helm
chart.

* This patch allows for the usage of CONTAINER_INFRA_PREFIX to
correctly configure the pull of the metric-server container image
from the specified repo.
* Add label metrics_server_chart_tag to allow user to specify
stable/metrics-server chart tag to use
* Add label metrics_server_enabled to allow enable/disable of
component (defaults: true)

Story: 2004816
Task: 37390

Change-Id: Idc315937a82317b76349bbe8466d900d00194953
Signed-off-by: Diogo Guerra <dy090.guerra@gmail.com>
2019-12-16 13:06:24 +01:00

11 lines
528 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. The label
metrics_server_chart_tag can be used to specify the stable/metrics-server
chart tag to be used. The label metrics_server_enabled is used to enable
disable the installation of the metrics server (default: true).