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
+13-23Lines changed: 13 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,23 +150,13 @@ Before you begin, do the following to set up your environment:
150
150
The Enterprise Portal is beta. By default, customers are assigned access to the Replicated Download Portal. For more information, see [Comparison to the Download Portal](/vendor/enterprise-portal-about#comparison-to-the-download-portal) in _About the Enterprise Portal_.
151
151
:::
152
152
153
-
1. In the **Invite users** dialog, enter your work email address and click **Send invite**.
153
+
1. In the **Invite users** dialog, click Cancel to close the dialog.
154
154
155
-
For your production application, this is where you would invite your customers to access the Enterprise Portal.
155
+
For your production application, this is where you would invite your customers to access the Enterprise Portal.
156
156
157
-
1.In your inbox, open the **Invitation to join the Replicated Enterprise Portal** email and click **Activate your account**.
157
+
1.Click **Login to portal** to generate a one-time login and open the Enterprise Portal for the customer.
[View a larger version of this image](/images/enterprise-portal-installation-guide.png)
173
+
[View a larger version of this image](/images/enterprise-portal-installation-guide.png)
184
174
185
-
1. For instance name, enter a nickname for the instance.
175
+
1. For instance name, enter any nickname for the instance.
186
176
187
-
1. For **Kubernetes Distribution**, select the distribution of your cluster where you will install SlackerNews. (If you are going to use Compatibility Matrix to create the cluster, select **Vanilla Kubernetes**).
177
+
1. For **Kubernetes Distribution**, select the distribution of your cluster where you will install SlackerNews. If you are going to use Compatibility Matrix to create the cluster, select **Vanilla Kubernetes**.
188
178
189
179
1. For **Cluster Network Availability**, select **Outbound requests allowed**.
190
180
@@ -194,7 +184,7 @@ Before you begin, do the following to set up your environment:
194
184
195
185
### Install
196
186
197
-
1. If you brouhgt your own cluster, set kubectl context to the cluster where you want to install. If you are using Compatibility Matrix, do the following:
187
+
1. If you brought your own cluster, set kubectl context to the cluster where you want to install. If you are using Compatibility Matrix, do the following:
198
188
199
189
1. Create a kind cluster with version 1.34.0 of Kubernetes:
200
190
@@ -206,13 +196,13 @@ Before you begin, do the following to set up your environment:
206
196
207
197
1. In the Enterprise Portal, for **Helm Online Install**, select the release version that you promoted (`1.0.1`).
208
198
209
-
1. Run the first command to log in to the Replicated registry.
199
+
1. Run the command to log in to the Replicated registry.
210
200
211
-
1. Run the commands to install the preflight plugin and then run preflight checks in the cluster.
201
+
1. Run the next command to install the preflight plugin and run preflight checks.
212
202
213
203
1. Copy the install command and make the following changes:
214
204
* Remove the `--values my-values.yaml` flag. This is not necessary for the purpose of this tutorial because you do not need to pass a local values file to the chart.
215
-
* Add `--namespace slackernews --create-namespace` to install the application to the slackernews namespace on the cluster
205
+
* Add `--namespace slackernews --create-namespace` to install the application in the slackernews namespace.
216
206
217
207
1. Watch the application resources become available:
0 commit comments