Skip to content

Commit f6aec4c

Browse files
committed
edits
1 parent ea85f1c commit f6aec4c

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

docs/vendor/tutorial-helm-cli.mdx

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this tutorial, you will:
1414

1515
* Create a release for SlackerNews in the Replicated Platform
1616

17-
* Get the Helm CLI installation instructions for SlackerNews from the Replicated Enterprise Portal
17+
* Get the Helm CLI installation instructions for SlackerNews from the [Replicated Enterprise Portal](/vendor/enterprise-portal-about)
1818

1919
* Install SlackerNews using the Helm CLI in a Kubernetes cluster
2020

@@ -127,7 +127,9 @@ Customize the look and feel of the Enterprise Portal for the SlackerNews applica
127127

128128
1. In the left navigation panel, click **Enterprise Portal**.
129129

130-
1. On the **Enterprise Portal > Settings** tab, scroll down to the **Colors** section.
130+
1. On the **Enterprise Portal > Settings** tab, for **Title** enter `SlackerNews Enterprise Portal`.
131+
132+
1. Scroll down to the **Colors** section.
131133

132134
1. For **Primary**, enter `#fd9431`. For **Secondary**, enter `#297372`. Click **Save**.
133135

@@ -239,7 +241,7 @@ Install SlackerNews in a cluster:
239241
replicated cluster ls --watch
240242
```
241243

242-
1. After the cluster status is `running`, use the kubectl command provided to set your kubectl context to the cluster.
244+
1. After the cluster status is `running`, run the following command to set your kubectl context to the cluster:
243245

244246
```bash
245247
replicated cluster shell CLUSTER_ID
@@ -250,7 +252,13 @@ Install SlackerNews in a cluster:
250252
You can also copy the shell command for the cluster from the **Compatibility Matrix** page in the Vendor Portal.
251253
:::
252254

253-
1. Go back to the Enterprise Portal. On the **Helm Online Install** page of the install wizard, for **Select a version**, ensure that the version you promoted (`1.0.1`) is selected.
255+
1. Go back to the install wizard in the Enterprise Portal.
256+
257+
![Helm online install wizard](/images/enterprise-portal-helm-online-install-slackernews.png)
258+
259+
[View a larger version of this image](/images/enterprise-portal-helm-online-install-slackernews.png)
260+
261+
1. On the **Helm Online Install**, for **Select a version**, ensure that the version you promoted (`1.0.1`) is selected.
254262

255263
1. For **Export credential and log in**, run the command to log in to the Replicated registry.
256264

@@ -292,4 +300,10 @@ Install SlackerNews in a cluster:
292300

293301
![Installation Complete page](/images/enterprise-portal-post-installation.png)
294302

295-
[View a larger version of this image](/images/enterprise-portal-post-installation.png)
303+
[View a larger version of this image](/images/enterprise-portal-post-installation.png)
304+
305+
## Summary
306+
307+
Congratulations! You created a release using a Helm chart, then followed the Helm CLI installation steps provided in the Enterprise Portal to install the release in a cluster.
308+
309+
For more information about Helm CLI installations for applications distributed with Replicated, see [About Helm Installations with Replciated](/vendor/helm-install-overview).
114 KB
Loading
296 KB
Loading

0 commit comments

Comments
 (0)