Deploying Grafana Operator from OperatorHub on k8s cluster - IBM/ibm-spectrum-scale-bridge-for-grafana GitHub Wiki
- Install Operator Lifecycle Manager (OLM), a tool to help manage the Operators running on your cluster.
$ curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.22.0/install.sh | bash -s v0.22.0
- Install the operator by running the following command:
$ kubectl create -f https://operatorhub.io/install/grafana-operator.yaml
This Operator will be installed in the "my-grafana-operator" namespace and will be usable from this namespace only.
- After install, watch your operator come up using next command.
$ kubectl get csv -n my-grafana-operator
Related reference material: