mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
TELCODOCS-1453: Adding SNO post-install config for OLM
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
7fa85f90cb
commit
87b23fd8ed
@@ -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[]
|
||||
----
|
||||
@@ -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]
|
||||
|
||||
9
snippets/ztp_ReduceOLMFootprint.yaml
Normal file
9
snippets/ztp_ReduceOLMFootprint.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: collect-profiles-config
|
||||
namespace: openshift-operator-lifecycle-manager
|
||||
data:
|
||||
pprof-config.yaml: |
|
||||
disabled: True
|
||||
|
||||
Reference in New Issue
Block a user