Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying Prometheus Operator and Grafana on LKE (Linode Kubernetes Engine) #6212

Open
Rajakavitha1 opened this issue Mar 27, 2023 · 0 comments
Assignees

Comments

@Rajakavitha1
Copy link
Collaborator

Based on comment sin DisQus:

the commands does not work...
<code>
$ helm repo add stable https://charts.helm.sh/stable
$ helm install ke-monitor <b>stable/kube-prometheus-stack</b> -f ~/lke-monitor/values.yaml  --namespace monitoring  --set grafana.adminPassword=$GRAFANA_ADMINPASSWORD  --set prometheusOperator.createCustomResource=false  --repo https://prometheus-community.github.io/helm-charts
<b>Error: chart "stable/kube-prometheus-stack" not found in https://prometheus-community.github.io/helm-charts repository</b></code>

instead use:
<code>helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

helm install lke-monitor <b>prometheus-community/kube-prometheus-stack</b> -f ~/lke-monitor/values.yml --namespace monitoring --set grafana.adminPassword=$GRAFANA_ADMINPASSWORD --set prometheusOperator.createCustomResource=false</code>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants