mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
Update README.md change helm section
This commit is contained in:
parent
3d3d87f718
commit
75504747c8
1 changed files with 1 additions and 5 deletions
|
@ -185,11 +185,7 @@ the update process. See [cluster availability](#cluster-availability) section fo
|
|||
### Helm
|
||||
|
||||
Helm chart simplifies managing cluster version of VictoriaMetrics in Kubernetes.
|
||||
It is available in the `deployment/k8s/helm/victoria-metrics` folder.
|
||||
|
||||
1. Install Cluster: `helm install -n <NAME> deployment/k8s/helm/victoria-metrics` or `ENV=<NAME> make helm-install`.
|
||||
2. Upgrade Cluster: `helm upgrade <NAME> deployment/k8s/helm/victoria-metrics` or `ENV=<NAME> make helm-upgrade`.
|
||||
3. Delete Cluster: `helm del --purge <NAME>` or `ENV=<NAME> make helm-delete`.
|
||||
It is available in the [helm-charts](https://github.com/VictoriaMetrics/helm-charts) repository.
|
||||
|
||||
Upgrade follows `Cluster resizing procedure` under the hood.
|
||||
|
||||
|
|
Loading…
Reference in a new issue