added jq installation links
parent
ed6865652a
commit
cb2daefa33
|
@ -26,7 +26,7 @@ weight: 201
|
|||
|
||||
To download a bundle of release artifacts for a specific version of
|
||||
InfluxDB Clustered, [install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation)
|
||||
and run the following shell script:
|
||||
and [`jq`](https://jqlang.org/download/) and run the following shell script:
|
||||
|
||||
{{% code-placeholders "RELEASE_VERSION" %}}
|
||||
<!-- pytest.mark.skip -->
|
||||
|
|
|
@ -22,7 +22,10 @@ assets and store them in `static/downloads/clustered-release-artifacts/<RELEASE>
|
|||
1Password vault. Download the pull secret and store it in the
|
||||
`/tmp/influxdbsecret` directory on your local machine.
|
||||
|
||||
2. [Install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation).
|
||||
2. Install dependencies:
|
||||
|
||||
- [Install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation).
|
||||
- [Install `jq`](https://jqlang.org/download/)
|
||||
|
||||
3. From the root of the docs project directory, run the following command to
|
||||
execute the script. Provide the release version as an argument to the
|
||||
|
|
Loading…
Reference in New Issue