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
Copy file name to clipboardexpand all lines: charts/k8s-monitoring/README.md
+14-3
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,16 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely
111
111
| cluster.kubernetesAPIService | string |`"kubernetes.default.svc.cluster.local:443"`| The Kubernetes service. Change this if your cluster DNS is configured differently than the default. |
112
112
| cluster.name | string |`""`| The name of this cluster, which will be set in all labels. Required. |
113
113
| cluster.platform | string |`""`| The specific platform for this cluster. Will enable compatibility for some platforms. Supported options: (empty) or "openshift". |
114
+
| configAnalysis.enabled | bool |`true`| Should `helm test` run the config analysis pod? |
115
+
| configAnalysis.extraAnnotations | object |`{}`| Extra annotations to add to the config analysis pod. |
116
+
| configAnalysis.extraLabels | object |`{}`| Extra labels to add to the config analysis pod. |
| receivers.zipkin.port | int |`9411`| Which port to use for the Zipkin receiver. This port needs to be opened in the grafana-agent section below. |
356
366
| test.attempts | int |`10`| How many times to attempt the test job. |
367
+
| test.enabled | bool |`true`| Should `helm test` run the test job? |
357
368
| test.envOverrides | object |`{"LOKI_URL":"","PROMETHEUS_URL":"","TEMPO_URL":""}`| Overrides the URLs for various data sources |
358
-
| test.extraAnnotations | object |`{}`| Extra annotations to add to the test jobs. |
359
-
| test.extraLabels | object |`{}`| Extra labels to add to the test jobs. |
360
-
| test.extraQueries | list |`[]`| Additional queries that will be run with `helm test`. NOTE that this uses the host, username, and password in the externalServices section. The user account must have the ability to run queries. Example: extraQueries: - query: prometheus_metric{cluster="my-cluster-name"} type: [promql|logql]|
369
+
| test.extraAnnotations | object |`{}`| Extra annotations to add to the test job. |
370
+
| test.extraLabels | object |`{}`| Extra labels to add to the test job. |
371
+
| test.extraQueries | list |`[]`| Additional queries to run during the test. NOTE that this uses the host, username, and password in the externalServices section. The user account must have the ability to run queries. Example: extraQueries: - query: prometheus_metric{cluster="my-cluster-name"} type: promql Can optionally provide expectations: - query: "avg(count_over_time(scrape_samples_scraped{cluster=~\"ci-test-cluster-2|from-the-other-agent\"}[1m]))" type: promql expect: value: 1 operator: ==|
361
372
| test.image.image | string |`"grafana/k8s-monitoring-test"`| Test job image repository. |
362
373
| test.image.pullSecrets | list |`[]`| Optional set of image pull secrets. |
363
374
| test.image.registry | string |`"ghcr.io"`| Test job image registry. |
0 commit comments