@@ -25,8 +25,14 @@ weight: 201
25
25
{{% expand "Download release artifacts manually" %}}
26
26
27
27
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:
30
36
31
37
{{% code-placeholders "RELEASE_VERSION" %}}
32
38
<!-- pytest.mark.skip -->
@@ -42,9 +48,11 @@ crane blob "$IMAGE@$DIGEST" | tar -xvzf - -C ./
42
48
```
43
49
{{% /code-placeholders %}}
44
50
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.
48
56
49
57
{{% /expand %}}
50
58
{{< /expand-wrapper >}}
0 commit comments