added jq installation links

pull/6132/head
Scott Anderson 2025-06-10 14:41:11 -06:00
parent ed6865652a
commit cb2daefa33
2 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@ weight: 201
To download a bundle of release artifacts for a specific version of 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) 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" %}} {{% code-placeholders "RELEASE_VERSION" %}}
<!-- pytest.mark.skip --> <!-- pytest.mark.skip -->

View File

@ -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 1Password vault. Download the pull secret and store it in the
`/tmp/influxdbsecret` directory on your local machine. `/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 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 execute the script. Provide the release version as an argument to the