1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #51910 from openshift-cherrypick-robot/cherry-pick-51761-to-enterprise-4.12

[enterprise-4.12] RHDEVDOCS-4560 - add missing Telemeter Client info to CMO config map reference
This commit is contained in:
Brian Burt
2022-10-20 11:04:11 -04:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ The `ClusterMonitoringConfiguration` resource defines settings that customize th
|openshiftStateMetrics|*link:#openshiftstatemetricsconfig[OpenShiftStateMetricsConfig]|`OpenShiftMetricsConfig` defines settings for the `openshift-state-metrics` agent.
|telemeterClient|*TelemeterClientConfig|`TelemeterClientConfig` defines settings for the Telemeter Client component.
|telemeterClient|*link:#telemeterclientconfig[TelemeterClientConfig]|`TelemeterClientConfig` defines settings for the Telemeter Client component.
|thanosQuerier|*link:#thanosquerierconfig[ThanosQuerierConfig]|`ThanosQuerierConfig` defines settings for the Thanos Querier component.
@@ -369,6 +369,27 @@ link:#prometheusrestrictedconfig[PrometheusRestrictedConfig]
|===
== TelemeterClientConfig
=== Description
The `TelemeterClientConfig` resource defines settings for the `telemeter-client` component.
=== Required
* `nodeSelector`
* `tolerations`
Appears in: link:clustermonitoringconfiguration.adoc[ClusterMonitoringConfiguration]
[options="header"]
|===
| Property | Type | Description
|nodeSelector|map[string]string|Defines the nodes on which the pods are scheduled.
|tolerations|[]v1.Toleration|Defines tolerations for the pods.
|===
== ThanosQuerierConfig
=== Description