Crc: No prometheus and Grafana deployment?

Created on 31 Aug 2019  路  1Comment  路  Source: code-ready/crc

Should Prometheus and Grafana be deployed by default?

I'm attempting to access it but there doesn't seem to be any pods running.

$ oc describe route -n openshift-monitoring prometheus-k8s
Name:                   prometheus-k8s
Namespace:              openshift-monitoring
Created:                7 days ago
Labels:                 <none>
Annotations:            openshift.io/host.generated=true
Requested Host:         prometheus-k8s-openshift-monitoring.apps-crc.testing
                          exposed on router default (host apps-crc.testing) 7 days ago
Path:                   <none>
TLS Termination:        reencrypt
Insecure Policy:        Redirect
Endpoint Port:          web

Service:        prometheus-k8s
Weight:         100 (100%)
Endpoints:      <none>

$ oc get pods -n openshift-monitoring
NAME                  READY   STATUS    RESTARTS   AGE
node-exporter-7gmbc   2/2     Running   0          7d17h

$ oc get pods --all-namespaces  | grep grafana
$

$ crc version
version: 1.0.0-beta.3-4.1.11+e97bf65

Most helpful comment

It appears that the operator has a replicas of 0. After scaling it was deployed as expected.

>All comments

It appears that the operator has a replicas of 0. After scaling it was deployed as expected.

Was this page helpful?
0 / 5 - 0 ratings