Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.59 KB

OpenShift.md

File metadata and controls

38 lines (28 loc) · 1.59 KB

SAS Viya Metric Monitoring on OpenShift

Red Hat OpenShift

See Monitoring on Red Hat OpenShift in the SAS Viya Monitoring for Kubernetes Help Center.

Azure Red Hat OpenShift (EXPERIMENTAL)

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

References