Chapter 8. Management of cluster-wide configuration for monitoring


Before the JWS Operator 2.3 release, the Operator automatically managed the cluster-wide configuration that is required for the monitoring system. However, from JWS Operator 2.3 onward, users must maintain responsibility for managing the cluster-wide configuration for monitoring.

When using JWS Operator 2.3, you must create a cluster-monitoring-config ConfigMap. To enable monitoring for user-defined projects in the cluster, you must edit the ConfigMap to include an enableUserWorkload entry that is set to true, as shown in the following example:

apiVersion: v1
kind: ConfigMap
metadata:
  name: cluster-monitoring-config
  namespace: openshift-monitoring
data:
  config.yaml: |
    enableUserWorkload: true
Copy to Clipboard Toggle word wrap

For more information about the prerequisites and steps for completing this task, see Configuring user workload monitoring: Enabling monitoring for user-defined projects in the Red Hat OpenShift Container Platform documentation.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top