See Red Hat OpenShift Considerations in the SAS Viya Monitoring for Kubernetes Help Center.
On Azure Red Hat OpenShift, it is necessary to manually enable user workload monitoring. This can be done before or after following the OpenShift instructions above.
To manually enable user workload monitoring, add the following line to the
cluster-monitoring-config
configmap in the openshift-monitoring
namespace
under config.yaml
:
enableUserWorkload: true
The data:
section might look something like this after editing:
data:
config.yaml: |
alertmanagerMain: {}
prometheusK8s: {}
enableUserWorkload: true