monitor-armada-app/stx-monitor-helm/stx-monitor-helm
John Kung c5791442e5 Update kube-state-metrics for compatibility with kubernetes API 1.16
Update kube-state-metrics to version 1.8.0
    https://github.com/helm/charts/commit/
        3c88bd086d8d04d29f8dbf5b8b038f65b082949b

Prior to this update, kube-state-metrics logs would show:
  "Failed to list *v1beta1.ReplicaSet: the server could not find
   the requested resource".  Similar DaemonSet, StatefulSet,
   and Deployment references to the v1.16 deprecated APIs.

With version 1.8.0 kube-state-metrics the 1.16 API issues are resolved,
and metrics such as kubernetes.deployment are indexed.

Change-Id: I6b4a04c18aabd8f3a2fdfd1f771e10680b0c23be
Story: 2005733
Task: 36928
Signed-off-by: John Kung <john.kung@windriver.com>
2019-10-21 17:19:36 -04:00
..
files Infrastructure and Cluster Monitoring 2019-08-21 17:19:54 -04:00
manifests Update kube-state-metrics for compatibility with kubernetes API 1.16 2019-10-21 17:19:36 -04:00
Makefile Infrastructure and Cluster Monitoring 2019-08-21 17:19:54 -04:00
README Infrastructure and Cluster Monitoring 2019-08-21 17:19:54 -04:00

This directory contains all StarlingX charts that need to be built for this
application. Some charts are common across applications. These common charts
reside in the stx-config/kubernetes/helm-charts directory. To include these in
this application update the build_srpm.data file and use the COPY_LIST_TO_TAR
mechanism to populate these common charts.