start vm and grafana without persistant storage
This commit is contained in:
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
kubectl create namespace monitoring
|
||||
helm repo add vm https://victoriametrics.github.io/helm-charts/
|
||||
helm repo add grafana-community https://grafana-community.github.io/helm-charts
|
||||
helm repo update
|
||||
helm install vmcluster vm/victoria-metrics-cluster -f victoria-metrics-cluster-values.yml --namespace monitoring
|
||||
helm install vmagent vm/victoria-metrics-agent -f guide-vmcluster-vmagent-values.yaml --namespace monitoring
|
||||
helm install grafana grafana-community/grafana -f grafana-cluster-values.yml --namespace monitoring
|
||||
Reference in New Issue
Block a user