Difference between revisions of "Helm install grafana"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
* <code>[[helm install mygrafana grafana/grafana]]</code>
 
* <code>[[helm install mygrafana grafana/grafana]]</code>
 
* Deprecated: <code>[[helm install MY GRAFANA NAME stable/grafana]]</code>
 
* Deprecated: <code>[[helm install MY GRAFANA NAME stable/grafana]]</code>
 +
 +
 +
 +
helm install grafana grafana/grafana  –namespace grafana  –set persistence.enabled=true  –set adminPassword=’EKS!sAWSome’ –set datasources.”datasources\.yaml”.apiVersion=1  –set
 +
datasources.”datasources\.yaml”.datasources[0].name=Prometheus  –set datasources.”datasources\.yaml”.datasources[0].type=prometheus    –set datasources.”datasources\.yaml”.datasources[0].url=http://prometheus- server.prometheus.svc.cluster.local    –set datasources.”datasources\.yaml”.datasources[0].access=proxy    –set datasources.”datasources\.yaml”.datasources[0].isDefault=true
 +
<ref>https://techblogs.42gears.com/deploying-prometheus-and-grafana-using-helm-in-kubernetes/</ref>
  
 
== Related ==
 
== Related ==

Revision as of 18:06, 8 December 2022

helm repo add grafana https://grafana.github.io/helm-charts



helm install grafana grafana/grafana  –namespace grafana   –set persistence.enabled=true  –set adminPassword=’EKS!sAWSome’ –set datasources.”datasources\.yaml”.apiVersion=1   –set 
datasources.”datasources\.yaml”.datasources[0].name=Prometheus  –set datasources.”datasources\.yaml”.datasources[0].type=prometheus    –set datasources.”datasources\.yaml”.datasources[0].url=http://prometheus- server.prometheus.svc.cluster.local     –set datasources.”datasources\.yaml”.datasources[0].access=proxy     –set datasources.”datasources\.yaml”.datasources[0].isDefault=true 
[1]

Related

See also

  • https://techblogs.42gears.com/deploying-prometheus-and-grafana-using-helm-in-kubernetes/
  • Advertising: