Skip to content

Commit 70eddad

Browse files
authored
Merge pull request #68456 from openshift-cherrypick-robot/cherry-pick-68117-to-enterprise-4.14
[enterprise-4.14] TELCODOCS-1453: Adding SNO post-install config for OLM
2 parents 346d3e0 + 3adb391 commit 70eddad

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="ztp-sno-du-reducing-resource-usage-with-olm-pprof_{context}"]
7+
= Operator Lifecycle Manager
8+
9+
{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.
10+
11+
.Recommended cluster OLM configuration (`ReduceOLMFootprint.yaml`)
12+
[source,yaml]
13+
----
14+
include::snippets/ztp_ReduceOLMFootprint.yaml[]
15+
----

scalability_and_performance/ztp_far_edge/ztp-reference-cluster-configuration-for-vdu.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ include::modules/ztp-sno-du-removing-the-console-operator.adoc[leveloffset=+2]
8888

8989
include::modules/ztp-sno-du-reducing-resource-usage-with-cluster-monitoring.adoc[leveloffset=+2]
9090

91+
include::modules/ztp-sno-du-reducing-resource-usage-with-olm-pprof.adoc[leveloffset=+2]
92+
9193
include::modules/ztp-sno-du-configuring-lvms.adoc[leveloffset=+2]
9294

9395
include::modules/ztp-sno-du-disabling-network-diagnostics.adoc[leveloffset=+2]

snippets/ztp_ReduceOLMFootprint.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: collect-profiles-config
5+
namespace: openshift-operator-lifecycle-manager
6+
data:
7+
pprof-config.yaml: |
8+
disabled: True
9+

0 commit comments

Comments
 (0)