Skip to content

Commit d9a86a3

Browse files
committed
edits
1 parent 58c8442 commit d9a86a3

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

docs/vendor/tutorial-helm-cli.mdx

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -150,23 +150,13 @@ Before you begin, do the following to set up your environment:
150150
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_.
151151
:::
152152

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

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

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

159-
![invitation email](/images/enterprise-portal-invitation-email.png)
160-
161-
[View a larger version of this image](/images/enterprise-portal-invitation-email.png)
162-
163-
1. On the join page, click **Accept invite**.
164-
165-
![join page](/images/enterprise-portal-join-team.png)
166-
167-
[View a larger version of this image](/images/enterprise-portal-join-team.png)
168-
169-
The Enterprise Portal dashboard opens.
159+
The Enterprise Portal dashboard opens.
170160

171161
1. In the Enterprise Portal, go to the **Install** tab.
172162

@@ -176,15 +166,15 @@ Before you begin, do the following to set up your environment:
176166

177167
1. On the **Installation Guide** page, if multiple installation options are displayed, select **Helm**.
178168

179-
The installation options that are displayed in the Enterprise Portal depend on the **Install types** options that you enabled for the customer.
169+
The installation options that are displayed in the Enterprise Portal depend on the **Install types** options that you enabled for the customer.
180170

181-
![installation guide landing page](/images/enterprise-portal-installation-guide.png)
171+
![installation guide landing page](/images/enterprise-portal-installation-guide.png)
182172

183-
[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)
184174

185-
1. For instance name, enter a nickname for the instance.
175+
1. For instance name, enter any nickname for the instance.
186176

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**.
188178

189179
1. For **Cluster Network Availability**, select **Outbound requests allowed**.
190180

@@ -194,7 +184,7 @@ Before you begin, do the following to set up your environment:
194184

195185
### Install
196186

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

199189
1. Create a kind cluster with version 1.34.0 of Kubernetes:
200190

@@ -206,13 +196,13 @@ Before you begin, do the following to set up your environment:
206196

207197
1. In the Enterprise Portal, for **Helm Online Install**, select the release version that you promoted (`1.0.1`).
208198

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

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

213203
1. Copy the install command and make the following changes:
214204
* 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.
216206

217207
1. Watch the application resources become available:
218208

0 commit comments

Comments
 (0)