Skip to content

Commit 24fd7be

Browse files
committed
remove downloading assets section from kots
1 parent e187554 commit 24fd7be

File tree

3 files changed

+14
-29
lines changed

3 files changed

+14
-29
lines changed

docs/vendor/releases-configvalues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import SelectOneExample from "../partials/configValues/_selectOneExample.mdx"
66
import TextExample from "../partials/configValues/_textExample.mdx"
77
import TextAreaExample from "../partials/configValues/_textareaExample.mdx"
88

9-
# Sharing a ConfigValues File
9+
# Generating a ConfigValues File
1010

1111
This topic describes how to view the ConfigValues file for an application installed with Replicated KOTS and prepare the ConfigValues file to be shared with your users.
1212

docs/vendor/releases-share-download-portal.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import DownloadPortal from "../partials/kots/_download-portal-about.mdx"
22

3-
# Sharing Assets Through the Download Portal
3+
# Downloading Release Assets from the Download Portal
44

55
This topic describes how to share customer license files, air gap bundles, and other assets with customers through the Replicated download portal.
66

@@ -32,9 +32,9 @@ To share installation files with a customer, you can send the customer their uni
3232

3333
To get the URL and generate a password for the download portal:
3434

35-
1. In the [Vendor Portal](https://vendor.replicated.com), on the **Customers** page, click on the name of the target customer.
35+
1. In the [Vendor Portal](https://vendor.replicated.com), on the **Customers** page, click on the name of the customer.
3636

37-
1. In the **Download portal** section, click **Manage customer password**.
37+
1. (Optional) On the **Manage customer** page, enable the **Airgap Download Enabled** option. This makes air gap bundles available in the Download Portal.
3838

3939
1. In the pop-up window, enter a password or click **Generate**.
4040

@@ -47,6 +47,12 @@ To get the URL and generate a password for the download portal:
4747
1. Click **Visit download portal** to log in to the Download Portal
4848
and preview your customer's experience.
4949

50+
The following is an example of the download portal for an air gap customer:
51+
52+
![download portal for existing cluster air gap installs](/images/download-portal-existing-cluster.png)
53+
54+
[View a larger version of this image](/images/download-portal-existing-cluster.png)
55+
5056
:::note
5157
By default, the Download Portal uses the domain `get.replicated.com`. You can optionally use a custom domain for the Download Portal. For more information, see [Using Custom Domains](/vendor/custom-domains-using).
5258
:::
@@ -55,25 +61,10 @@ and preview your customer's experience.
5561

5662
## Download Assets from the Download Portal {#download-portal}
5763

58-
To download release assets from the Download Portal:
59-
60-
1. In the [Vendor Portal](https://vendor.replicated.com), on the **Customers** page, click on the name of the customer.
61-
62-
1. (Optional) On the **Manage customer** page, enable the **Airgap Download Enabled** option. This makes air gap bundles available in the Download Portal.
63-
64-
1. In the **Download portal** section, generate or create a password. Copy the password to your clipboard and click **Save**.
65-
66-
<img alt="download portal link" src="/images/download-portal-link.png" width="650px"/>
64+
Users can download release assets, including air gap bundles and their licenses, from the Download Portal.
6765

68-
[View a larger version of this image](/images/download-portal-link.png)
69-
70-
1. Click **Visit download portal** and log in.
71-
72-
The following is an example of the download portal for an air gap customer:
73-
74-
![download portal for existing cluster air gap installs](/images/download-portal-existing-cluster.png)
66+
To download release assets from the Download Portal:
7567

76-
[View a larger version of this image](/images/download-portal-existing-cluster.png)
7768

7869
1. On the left side of the screen, select one of the following:
7970
* **Bring my own cluster**: View the air gap bundles for existing cluster installations with KOTS.

sidebars.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const sidebars = {
157157
'vendor/releases-creating-cli',
158158
'vendor/helm-install-release',
159159
'vendor/releases-sharing-license-install-script',
160+
'vendor/releases-share-download-portal',
160161
'reference/linter',
161162
],
162163
},
@@ -248,6 +249,7 @@ const sidebars = {
248249
'vendor/admin-console-customize-config-screen',
249250
'vendor/config-screen-map-inputs',
250251
'vendor/config-screen-conditional',
252+
'vendor/releases-configvalues',
251253
{
252254
type: 'category',
253255
label: 'Tutorial: Set Helm Chart Values with KOTS',
@@ -321,14 +323,6 @@ const sidebars = {
321323
'vendor/operator-defining-additional-namespaces',
322324
],
323325
},
324-
{
325-
type: 'category',
326-
label: 'Downloading and Sharing Assets for KOTS Releases',
327-
items: [
328-
'vendor/releases-share-download-portal',
329-
'vendor/releases-configvalues',
330-
],
331-
},
332326
],
333327
},
334328
// KOTS ENTERPRISE USER DOCS

0 commit comments

Comments
 (0)