You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
@@ -83,6 +83,22 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen
83
83
84
84
A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.
85
85
86
+
### From 15.x to 16.x
87
+
Version 16 upgrades kube-state-metrics to v2.0.0. This includes changed command-line arguments and removed metrics, see this [blog post](https://kubernetes.io/blog/2021/04/13/kube-state-metrics-v-2-0/). This version also removes Grafana dashboards that supported Kubernetes 1.14 or earlier.
88
+
89
+
### From 14.x to 15.x
90
+
Version 15 upgrades prometheus-operator from 0.46.x to 0.47.x. Helm does not automatically upgrade or install new CRDs on a chart upgrade, so you have to install the CRDs manually before updating:
Version 14 upgrades prometheus-operator from 0.45.x to 0.46.x. Helm does not automatically upgrade or install new CRDs on a chart upgrade, so you have to install the CRDs manually before updating:
Version 12 upgrades prometheus-operator from 0.43.x to 0.44.x. Helm does not automatically upgrade or install new CRDs on a chart upgrade, so you have to install the CRD manually before updating:
|`ingress.extraPaths`| Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/#actions). |`[]`|
86
+
|`ingress.extraPaths`| Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/#actions). Requires `ingress.hosts` to have one or more host entries. |`[]`|
@@ -157,13 +158,16 @@ This version requires Helm >= 3.1.0.
157
158
|`sidecar.dashboards.folderAnnotation`| The annotation the sidecar will look for in configmaps to override the destination folder for files |`nil`|
158
159
|`sidecar.dashboards.defaultFolderName`| The default folder name, it will create a subfolder under the `sidecar.dashboards.folder` and put dashboards in there instead |`nil`|
159
160
|`sidecar.dashboards.searchNamespace`| If specified, the sidecar will search for dashboard config-maps inside this namespace. Otherwise the namespace in which the sidecar is running will be used. It's also possible to specify ALL to search in all namespaces |`nil`|
161
+
|`sidecar.dashboards.resource`| Should the sidecar looks into secrets, configmaps or both. |`both`|
160
162
|`sidecar.datasources.enabled`| Enables the cluster wide search for datasources and adds/updates/deletes them in grafana |`false`|
161
163
|`sidecar.datasources.label`| Label that config maps with datasources should have to be added |`grafana_datasource`|
162
-
|`sidecar.datasources.labelValue`| Label value that config maps with datasources should have to be added |`nil`|
164
+
|`sidecar.datasources.labelValue`| Label value that config maps with datasources should have to be added |`nil`|
163
165
|`sidecar.datasources.searchNamespace`| If specified, the sidecar will search for datasources config-maps inside this namespace. Otherwise the namespace in which the sidecar is running will be used. It's also possible to specify ALL to search in all namespaces |`nil`|
166
+
|`sidecar.datasources.resource`| Should the sidecar looks into secrets, configmaps or both. |`both`|
164
167
|`sidecar.notifiers.enabled`| Enables the cluster wide search for notifiers and adds/updates/deletes them in grafana |`false`|
165
168
|`sidecar.notifiers.label`| Label that config maps with notifiers should have to be added |`grafana_notifier`|
166
169
|`sidecar.notifiers.searchNamespace`| If specified, the sidecar will search for notifiers config-maps (or secrets) inside this namespace. Otherwise the namespace in which the sidecar is running will be used. It's also possible to specify ALL to search in all namespaces |`nil`|
170
+
|`sidecar.notifiers.resource`| Should the sidecar looks into secrets, configmaps or both. |`both`|
167
171
|`smtp.existingSecret`| The name of an existing secret containing the SMTP credentials. |`""`|
168
172
|`smtp.userKey`| The key in the existing SMTP secret containing the username. |`"user"`|
169
173
|`smtp.passwordKey`| The key in the existing SMTP secret containing the password. |`"password"`|
@@ -215,6 +219,7 @@ This version requires Helm >= 3.1.0.
0 commit comments