Skip to content

Commit f6471be

Browse files
authored
Merge pull request #51761 from bburt-rh/RHDEVDOCS-4560-add-missing-telemeter-client-info
RHDEVDOCS-4560 - add missing Telemeter Client info to CMO config map reference
2 parents 660cd92 + 82185fc commit f6471be

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

monitoring/config-map-reference-for-the-cluster-monitoring-operator.adoc

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The `ClusterMonitoringConfiguration` resource defines settings that customize th
144144

145145
|openshiftStateMetrics|*link:#openshiftstatemetricsconfig[OpenShiftStateMetricsConfig]|`OpenShiftMetricsConfig` defines settings for the `openshift-state-metrics` agent.
146146

147-
|telemeterClient|*TelemeterClientConfig|`TelemeterClientConfig` defines settings for the Telemeter Client component.
147+
|telemeterClient|*link:#telemeterclientconfig[TelemeterClientConfig]|`TelemeterClientConfig` defines settings for the Telemeter Client component.
148148

149149
|thanosQuerier|*link:#thanosquerierconfig[ThanosQuerierConfig]|`ThanosQuerierConfig` defines settings for the Thanos Querier component.
150150

@@ -369,6 +369,27 @@ link:#prometheusrestrictedconfig[PrometheusRestrictedConfig]
369369

370370
|===
371371

372+
== TelemeterClientConfig
373+
374+
=== Description
375+
376+
The `TelemeterClientConfig` resource defines settings for the `telemeter-client` component.
377+
378+
=== Required
379+
* `nodeSelector`
380+
* `tolerations`
381+
382+
Appears in: link:clustermonitoringconfiguration.adoc[ClusterMonitoringConfiguration]
383+
384+
[options="header"]
385+
|===
386+
| Property | Type | Description
387+
|nodeSelector|map[string]string|Defines the nodes on which the pods are scheduled.
388+
389+
|tolerations|[]v1.Toleration|Defines tolerations for the pods.
390+
391+
|===
392+
372393
== ThanosQuerierConfig
373394

374395
=== Description

0 commit comments

Comments
 (0)