Skip to content

Commit ee82863

Browse files
committed
copy edits
1 parent 8582106 commit ee82863

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/vendor/quick-start.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
115115
mv gitea-1.0.6.tgz manifests
116116
```
117117

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:
119119
```
120120
cd manifests
121121
```
@@ -140,7 +140,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
140140
</TabItem>
141141
<TabItem value="k8s-app" label="k8s-app.yaml">
142142
<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>
144144
<h5>YAML</h5>
145145
<K8sCr/>
146146
</TabItem>
@@ -213,7 +213,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
213213

214214
[View a larger image](/images/customer-install-instructions-dropdown.png)
215215

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.
217217

218218
<img width="500px" src="/images/embedded-cluster-install-dialog-latest.png" alt="embedded cluster install instructions dialog"/>
219219

@@ -270,11 +270,11 @@ Before you begin, ensure that you have access to a VM that meets the requirement
270270

271271
[View a larger version of this image](/images/gitea-app.png)
272272

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).
276276

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).
278278

279279
1. Create a new release that adds preflight checks to the application:
280280

@@ -332,7 +332,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
332332
1. Update dependencies and package the chart to a `.tgz` chart archive:
333333

334334
```bash
335-
helm package . --dependency-update
335+
helm package -u .
336336
```
337337

338338
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
348348
chartVersion: 1.0.7
349349
```
350350

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:
352352

353353
```
354354
rm gitea-1.0.6.tgz
355355
```
356356
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`:
358358
359359
```bash
360360
replicated release create --yaml-dir . --promote Unstable --version 0.0.2
@@ -385,7 +385,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
385385
[View a larger version of this image](/images/quick-start-ec-upgrade-wizard-preflight.png)
386386

387387
:::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.
389389
:::
390390

391391
1. On the **Confirm and Deploy** page, click **Deploy**.

0 commit comments

Comments
 (0)