mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
Update README.md - Fix helm command typos
`victoria-mertrics` -> `victoria-metrics` in helm commands.
This commit is contained in:
parent
de919574a5
commit
a9dac3829e
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ the update process. See [cluster availability](#cluster-availability) section fo
|
|||
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-mertrics` or `ENV=<NAME> make helm-install`.
|
||||
2. Upgrade Cluster: `helm upgrade <NAME> deployment/k8s/helm/victoria-mertrics` or `ENV=<NAME> make helm-upgrade`.
|
||||
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`.
|
||||
|
||||
Upgrade follows `Cluster resizing procedure` under the hood.
|
||||
|
|
Loading…
Reference in a new issue