5.3.
apiVersion: v1 kind: Namespace metadata: name: <name>1 annotations: openshift.io/node-selector: "" labels: openshift.io/cluster-monitoring: "true"$ oc apply -f <filename>.yamlapiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: cluster-logging namespace: openshift-logging1 spec: targetNamespaces: [ ]2 $ oc apply -f <filename>.yamlapiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: cluster-logging namespace: openshift-logging1 spec: channel: stable2 name: cluster-logging source: redhat-operators3 sourceNamespace: openshift-marketplace$ oc apply -f <filename>.yaml
$ oc get csv -n <namespace>NAMESPACE NAME DISPLAY VERSION REPLACES PHASE ... openshift-logging clusterlogging.5.8.0-202007012112.p0 OpenShift Logging 5.8.0-202007012112.p0 Succeeded ...