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/tutorial-helm-cli.mdx
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ In this tutorial, you will:
14
14
15
15
* Create a release for SlackerNews in the Replicated Platform
16
16
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)
18
18
19
19
* Install SlackerNews using the Helm CLI in a Kubernetes cluster
20
20
@@ -127,7 +127,9 @@ Customize the look and feel of the Enterprise Portal for the SlackerNews applica
127
127
128
128
1. In the left navigation panel, click **Enterprise Portal**.
129
129
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.
131
133
132
134
1. For **Primary**, enter `#fd9431`. For **Secondary**, enter `#297372`. Click **Save**.
133
135
@@ -239,7 +241,7 @@ Install SlackerNews in a cluster:
239
241
replicated cluster ls --watch
240
242
```
241
243
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:
243
245
244
246
```bash
245
247
replicated cluster shell CLUSTER_ID
@@ -250,7 +252,13 @@ Install SlackerNews in a cluster:
250
252
You can also copy the shell command for the cluster from the **Compatibility Matrix** page in the Vendor Portal.
251
253
:::
252
254
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.
[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).
0 commit comments