Skip to content

Commit 67963c8

Browse files
committed
hotfix: improved instructions for downloading clustered release artifacts manually
1 parent f38ca67 commit 67963c8

File tree

1 file changed

+13
-5
lines changed
  • content/influxdb3/clustered/reference/release-notes

1 file changed

+13
-5
lines changed

content/influxdb3/clustered/reference/release-notes/clustered.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,14 @@ weight: 201
2525
{{% expand "Download release artifacts manually" %}}
2626

2727
To download a bundle of release artifacts for a specific version of
28-
InfluxDB Clustered, [install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation)
29-
and [`jq`](https://jqlang.org/download/) and run the following shell script:
28+
InfluxDB Clustered:
29+
30+
1. [install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation)
31+
and [`jq`](https://jqlang.org/download/).
32+
2. Ensure your InfluxData pull secret is in the `/tmp/influxdbsecret` directory
33+
on your local machine. This secret was provided to you by InfluxData to
34+
authorize the use of InfluxDB Clustered images.
35+
3. Run the following shell script:
3036

3137
{{% code-placeholders "RELEASE_VERSION" %}}
3238
<!-- pytest.mark.skip -->
@@ -42,9 +48,11 @@ crane blob "$IMAGE@$DIGEST" | tar -xvzf - -C ./
4248
```
4349
{{% /code-placeholders %}}
4450

45-
Replace {{% code-placeholder-key %}}`RELEASE_VERSION`{{% /code-placeholder-key %}}
46-
with the InfluxDB Clustered release version you want to download artifacts for.
47-
Assets will be available in the created `influxdb-3.0-clustered` directory.
51+
_Replace {{% code-placeholder-key %}}`RELEASE_VERSION`{{% /code-placeholder-key %}}
52+
with the InfluxDB Clustered release version you want to download artifacts for._
53+
54+
The script creates an `influxdb-3.0-clustered` directory in the current working
55+
directory. This new directory contains artifacts associated with the specified release.
4856

4957
{{% /expand %}}
5058
{{< /expand-wrapper >}}

0 commit comments

Comments
 (0)