You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vendor/quick-start.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
115
115
mv gitea-1.0.6.tgz manifests
116
116
```
117
117
118
-
1. In `manifests`, create the YAML manifests required to install the chart with Embedded Cluster:
118
+
1. In `manifests`, create the following YAML files:
119
119
```
120
120
cd manifests
121
121
```
@@ -140,7 +140,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
140
140
</TabItem>
141
141
<TabItemvalue="k8s-app"label="k8s-app.yaml">
142
142
<h5>Description</h5>
143
-
<p>The Kubernetes Application custom resource supports functionality such as including buttons and links on the Replicated Admin Console dashboard. The YAML below adds an <strong>Open App</strong> button to the Admin Console dashboard that opens the application using the service port defined in the KOTS Application custom resource.</p>
143
+
<p>The Kubernetes SIG Application custom resource supports functionality such as including buttons and links on the Replicated Admin Console dashboard. The YAML below adds an <strong>Open App</strong> button to the Admin Console dashboard that opens the application using the service port defined in the KOTS Application custom resource.</p>
144
144
<h5>YAML</h5>
145
145
<K8sCr/>
146
146
</TabItem>
@@ -213,7 +213,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
213
213
214
214
[View a larger image](/images/customer-install-instructions-dropdown.png)
215
215
216
-
1. On the command line, SSH onto your VM and run the commands in the **Embedded cluster install instructions** dialog to download the latest release, extract the installation artifacts, and install.
216
+
1. On the command line, SSH onto your VM and run the commands in the **Embedded cluster install instructions** dialog to download the latest release, extract the installation assets, and install.
@@ -270,11 +270,11 @@ Before you begin, ensure that you have access to a VM that meets the requirement
270
270
271
271
[View a larger version of this image](/images/gitea-app.png)
272
272
273
-
1. Return to the Vendor Portal and go to **Customers**. Under the name of the customer, confirm that you can see an active instance.
274
-
275
-
This instance telemetry is automatically collected and sent back to the Vendor Portal by both KOTS and the Replicated SDK. For more information, see [About Instance and Event Data](/vendor/instance-insights-event-data).
273
+
1. Return to the Vendor Portal and go to **Customers**. Under the name of the customer, confirm that you can see an active instance.
274
+
275
+
This instance telemetry is automatically collected and sent back to the Vendor Portal by both KOTS and the Replicated SDK. For more information, see [About Instance and Event Data](/vendor/instance-insights-event-data).
276
276
277
-
1. Under **Instance ID**, click on the ID to view additional insights including the versions of Kubernetes and the Replicated SDK running in the cluster where you installed the application. For more information, see [Instance Details](/vendor/instance-insights-details).
277
+
1. Under **Instance ID**, click on the ID to view additional insights including the versions of Kubernetes and the Replicated SDK running in the cluster where you installed the application. For more information, see [Instance Details](/vendor/instance-insights-details).
278
278
279
279
1. Create a new release that adds preflight checks to the application:
280
280
@@ -332,7 +332,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
332
332
1. Update dependencies and package the chart to a `.tgz` chart archive:
333
333
334
334
```bash
335
-
helm package . --dependency-update
335
+
helm package -u .
336
336
```
337
337
338
338
1. Move the chart archive to the `manifests` directory:
@@ -348,13 +348,13 @@ Before you begin, ensure that you have access to a VM that meets the requirement
348
348
chartVersion: 1.0.7
349
349
```
350
350
351
-
1. Remove the chart archive for version 1.0.6:
351
+
1. Remove the chart archive for version 1.0.6 of the Gitea chart from the `manifests` directory:
352
352
353
353
```
354
354
rm gitea-1.0.6.tgz
355
355
```
356
356
357
-
1. Create and promote a new release, setting the version label of the release to `0.0.2`:
357
+
1. From the `manifests` directory, create and promote a new release, setting the version label of the release to `0.0.2`:
@@ -385,7 +385,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
385
385
[View a larger version of this image](/images/quick-start-ec-upgrade-wizard-preflight.png)
386
386
387
387
:::note
388
-
The **Config** screen in the upgrade wizard is bypassed because the release does not contain a KOTS Config custom resource. The KOTS Config custom resource is used to set up the Config screen in the KOTS Admin Console.
388
+
The **Config** screen in the upgrade wizard is bypassed because this release does not contain a KOTS Config custom resource. The KOTS Config custom resource is used to set up the Config screen in the KOTS Admin Console.
389
389
:::
390
390
391
391
1. On the **Confirm and Deploy** page, click **Deploy**.
0 commit comments