Skip to content

Commit

Permalink
Update quick-start.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
f41gh7 authored Aug 28, 2020
1 parent 8537a62 commit ffb5f5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/quick-start.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ Operator serves to make running Victoria Metrics applications on top of Kubernet
Obtain release from releases page:
[https://github.com/VictoriaMetrics/operator/releases](https://github.com/VictoriaMetrics/operator/releases)

We suggest to use latest release.

```bash
wget https://github.com/VictoriaMetrics/operator/releases/download/v0.1.0/bundle_crd.zip
# Get latest release version from https://github.com/VictoriaMetrics/operator/releases/latest
export VM_VERSION=`basename $(curl -fs -o/dev/null -w %{redirect_url} https://github.com/VictoriaMetrics/operator/releases/latest)`
wget https://github.com/VictoriaMetrics/operator/releases/download/$VM_VERSION/bundle_crd.zip
unzip bundle_crd.zip
```

Expand Down

0 comments on commit ffb5f5b

Please sign in to comment.