openshift-grafana | Grafana instance , which use OAuth token | Dashboard library
kandi X-RAY | openshift-grafana Summary
kandi X-RAY | openshift-grafana Summary
Research repository, see the origin page for official example.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openshift-grafana
openshift-grafana Key Features
openshift-grafana Examples and Code Snippets
Community Discussions
Trending Discussions on openshift-grafana
QUESTION
i'm stuck with Openshift (Origin) and need some help.
Let's say i want to add a grafana deployment via CLI to a new started cluster.
What i do:
Upload a template to my openshift cluster (oc create -f openshift-grafana.yml)
Pull the necessary image from the docker hub (oc import-image --confirm grafana/grafana)
Build a new app based on my template (oc new-app grafana)
These steps creates the deployment config and the routes. But then i'm not able to start a deployment via CLI.
...ANSWER
Answered 2017-Jul-02 at 13:02Included below is the template you can use as a starter. Just be aware that the grafana image appears to require it be run as root, else it will not startup. This means you have to override the default security model of OpenShift and enable allowing running of images as root in the project. This is not recommended. The grafana images should be fixed so as not to require they be run as root.
To enable running as root, you would need to run as a cluster admin:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install openshift-grafana
docker run -d -ti -p 3000:3000 grafana-ocp "./bin/grafana-server"
example video https://youtu.be/srCApR_J3Os
deploy openshift prometheus https://github.com/openshift/origin/tree/master/examples/prometheus
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page