-
Notifications
You must be signed in to change notification settings - Fork 20
Deploying Grafana Operator from OperatorHub using the OpenShift web console
hwassman edited this page Aug 9, 2023
·
7 revisions
- Create a new project, for example: my-grafana
[root@mycluster-inf ~]# oc new-project my-grafana
Now using project "my-grafana" on server "https://api.mycluster.os.fyre.ibm.com:6443".
- Navigate to OperatorHub and select the community-powered Grafana Operator. Press Continue to accept the disclaimer, press Install, and press Subscribe to accept the default configuration values and deploy to the my-grafana namespace.
Within some time, the Grafana operator will be made available in the my-grafana namespace.
You can also verify the grafana operator successfully installed in the 'my-grafana' namespace using command line
[root@mycluster-inf ~]# oc get po -n my-grafana
NAME READY STATUS RESTARTS AGE
grafana-operator-857c86c65d-62t7m 1/1 Running 0 78s
Visit the IBM Storage Scale Knowledge Center for getting more info about the latest product updates
-
- Setup classic Grafana
- Make usage of Grafana Provisioning feature
-
- Installing RedHat community-powered Grafana operator from OperatorHub
- Creating Grafana instance using the RedHat community-powered Grafana-operator
- Creating Grafana Datasorce instance from Custom Resource managed by the RedHat community powered Grafana operator
- Importing the predefined dashboard from the example dashboards collection
- Exploring Grafana WEB interface for CNSA project in a k8s OCP environment
- How to setup Grafana instance to monitor multiple IBM Storage Scale clusters running in a cloud or mixed environment
- API key authentication
- Configurable bridge settings
- CherryPy builtin HTTP server settings
- How to setup HTTPS(SSL) connection
- Start and stop grafana-bridge with systemd