Skip to content

Creating Grafana instance from Custom Resource managed by the RedHat community powered Grafana operator

hwassman edited this page Nov 24, 2022 · 8 revisions

Make sure you have installed the RedHat community powered Grafana operator in your environment. Otherwise follow this instructions before you proceed with the next step.

Create the "grafana-for-cnsa" instance from the Custom Resource type Grafana available by the RedHat community powered Grafana operator supported Custom Resources:

NAMESPACE=grafana-for-cnsa
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-bridge-for-grafana/master/examples/openshift_deployment_scripts/grafana_deployment/grafana-instance-for-cnsa.yaml --namespace=$NAMESPACE

For more info about the configuration properties accepted by the Grafana Custom Resource please read the article deploying-grafana from the community documentation.

User Guide

Installation

Configuration

Maintenance

Troubleshooting

Use cases

Designing dashboards

Developer Guide

Clone this wiki locally