diff --git a/modules/ztp-sno-du-reducing-resource-usage-with-olm-pprof.adoc b/modules/ztp-sno-du-reducing-resource-usage-with-olm-pprof.adoc new file mode 100644 index 000000000000..6dbac555abf4 --- /dev/null +++ b/modules/ztp-sno-du-reducing-resource-usage-with-olm-pprof.adoc @@ -0,0 +1,15 @@ +// Module included in the following assemblies: +// +// * scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc + +:_mod-docs-content-type: CONCEPT +[id="ztp-sno-du-reducing-resource-usage-with-olm-pprof_{context}"] += Operator Lifecycle Manager + +{sno-caps} clusters that run distributed unit workloads require consistent access to CPU resources. Operator Lifecycle Manager (OLM) collects performance data from Operators at regular intervals, resulting in an increase in CPU utilisation. The following `ConfigMap` custom resource (CR) disables the collection of Operator performance data by OLM. + +.Recommended cluster OLM configuration (`ReduceOLMFootprint.yaml`) +[source,yaml] +---- +include::snippets/ztp_ReduceOLMFootprint.yaml[] +---- diff --git a/scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc b/scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc index 817282d4abc0..44a87224fb67 100644 --- a/scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc +++ b/scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc @@ -88,6 +88,8 @@ include::modules/ztp-sno-du-removing-the-console-operator.adoc[leveloffset=+2] include::modules/ztp-sno-du-reducing-resource-usage-with-cluster-monitoring.adoc[leveloffset=+2] +include::modules/ztp-sno-du-reducing-resource-usage-with-olm-pprof.adoc[leveloffset=+2] + include::modules/ztp-sno-du-configuring-lvms.adoc[leveloffset=+2] include::modules/ztp-sno-du-disabling-network-diagnostics.adoc[leveloffset=+2] diff --git a/snippets/ztp_ReduceOLMFootprint.yaml b/snippets/ztp_ReduceOLMFootprint.yaml new file mode 100644 index 000000000000..bc6d024baf9f --- /dev/null +++ b/snippets/ztp_ReduceOLMFootprint.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: collect-profiles-config + namespace: openshift-operator-lifecycle-manager +data: + pprof-config.yaml: | + disabled: True + \ No newline at end of file