Skip to content

Commit 8582106

Browse files
committed
update upgrade flow and screenshots
1 parent c450444 commit 8582106

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

docs/vendor/quick-start.mdx

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Before you begin, ensure that you have access to a VM that meets the requirement
201201

202202
1. For **License options**, enable the following entitlements:
203203
* **KOTS Install Enabled**
204-
* **Embedded Cluster Enabled (Beta)**
204+
* **Embedded Cluster Enabled**
205205

206206
1. Click **Save Changes**.
207207

@@ -339,23 +339,29 @@ Before you begin, ensure that you have access to a VM that meets the requirement
339339

340340
```bash
341341
mv gitea-1.0.7.tgz manifests
342-
```
342+
```
343343

344344
1. In the `manifests` directory, open the KOTS HelmChart custom resource (`gitea.yaml`) and update the `chartVersion`:
345345

346346
```yaml
347347
# gitea.yaml KOTS HelmChart
348348
chartVersion: 1.0.7
349-
```
349+
```
350+
351+
1. Remove the chart archive for version 1.0.6:
350352

351-
1. Create and promote the new release:
353+
```
354+
rm gitea-1.0.6.tgz
355+
```
356+
357+
1. Create and promote a new release, setting the version label of the release to `0.0.2`:
352358
353359
```bash
354-
replicated release create --yaml-dir manifests --promote Unstable
360+
replicated release create --yaml-dir . --promote Unstable --version 0.0.2
355361
```
356362
**Example output**:
357363
```bash
358-
• Reading manifests from manifests
364+
• Reading manifests from .
359365
• Creating Release ✓
360366
• SEQUENCE: 2
361367
• Promoting ✓
@@ -366,21 +372,23 @@ Before you begin, ensure that you have access to a VM that meets the requirement
366372

367373
1. In the Admin Console, go to the **Version history** tab.
368374

369-
1. Click **Check for update**.
375+
The new version is displayed automatically.
370376

371-
1. Click **Deploy** next to the new version. Then, **Yes, Deploy**.
377+
1. Click **Deploy** next to the new version.
372378

373-
The preflight check that you added runs automatically during deployment.
379+
The Embedded Cluster upgrade wizard opens.
374380

375-
1. Next to the newly deployed version, click the **View preflight checks** icon to see the result of the "Slack Accessible" preflight check that you added:
381+
1. In the Embedded Cluster upgrade wizard, on the **Preflight checks** screen, note that the "Slack Accessible" preflight check that you added was successful. Click **Next: Confirm and deploy**.
376382

377-
![View preflights icon](/images/quick-start-ec-view-preflight.png)
378-
379-
[View a larger version of this image](/images/quick-start-ec-view-preflight.png)
383+
![preflight page of the embedded cluster upgrade wizard](/images/quick-start-ec-upgrade-wizard-preflight.png)
380384

381-
![Pass result for Slack Accessible preflight check](/images/quick-start-ec-slack-preflight.png)
382-
383-
[View a larger version of this image](/images/quick-start-ec-slack-preflight.png)
385+
[View a larger version of this image](/images/quick-start-ec-upgrade-wizard-preflight.png)
386+
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.
389+
:::
390+
391+
1. On the **Confirm and Deploy** page, click **Deploy**.
384392

385393
1. Reset and reboot the VM to remove the installation:
386394

static/images/gitea-ec-ready.png

-187 KB
Loading
-54.2 KB
Binary file not shown.
95.1 KB
Loading
-37.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)