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/replicated-onboarding.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,10 +156,14 @@ To create the first release for your application:
156
156
157
157
1. If your application is deployed as multiple Helm charts, repeat the step above to add a separate HelmChart custom resource for each Helm chart archive in the release.
158
158
159
-
1. If there values in any of your Helm charts that need to be set for the installation to succeed, you can set those values using the `values` key in the corresponding HelmChart custom resource. See [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
159
+
1. If there are values in any of your Helm charts that need to be set for the installation to succeed, you can set those values using the `values` key in the corresponding HelmChart custom resource. See [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys).
160
160
161
161
This is a temporary measure to ensure the values get passed to the Helm chart during installation until you configure the Admin Console Config screen in a later onboarding task. If your default Helm values are sufficient for installation, you can skip this step.
162
162
163
+
1. If your application requires that certain components are deployed before the application and as part of the Embedded Cluster itself, then update the Embedded Cluster Config to add [extensions](/reference/embedded-config#extensions). Extensions allow you to provide Helm charts that are deployed before your application. For example, one situation where this is useful is if you want to ship an ingress controller, because Embedded Cluster does not yet include one.
164
+
165
+
For more information, see [extensions](/reference/embedded-config#extensions) in _Embedded Cluster Config_.
166
+
163
167
1. From the `manifests` directory, create a release and promote it to the Unstable channel. For more information, see [Managing Releases with the Vendor Portal](releases-creating-releases) or [Managing Releases with the CLI](releases-creating-cli).
164
168
165
169
```bash
@@ -398,19 +402,15 @@ To add the default support bundle spec to your application:
398
402
399
403
1. (Optional) Customize the support bundle spec by adding additional collectors and analyzers. You can also choose to do this later. See [Step 2: Customize the Spec](/vendor/support-bundle-customizing#customize-the-spec) in _Adding and Customizing Support Bundles_.
400
404
401
-
### Task 9: Alias Replicated Endpoints with Your Own Domains
405
+
### Task 10: Map License Fields to Your Helm Chart
402
406
403
-
Your customers are exposed to several Replicated domains by default. Replicated recommends you use custom domains to unify the customer's experience with your brand and simplify security reviews.
404
407
405
-
For more information, see [Using Custom Domains](/vendor/custom-domains-using).
### Task 11: Alias Replicated Endpoints with Your Own Domains
408
410
409
-
The Embedded Cluster Config supports [extensions](/reference/embedded-config#extensions), which allow you to provide Helm charts that are deployed before your application.
410
-
411
-
Extensions might be necessary if your application requires that certain components are deployed before the application and as part of the Embedded Cluster itself. For example, one situation where this is useful is if you want to ship an ingress controller, because Embedded Cluster does not yet include one.
411
+
Your customers are exposed to several Replicated domains by default. Replicated recommends you use custom domains to unify the customer's experience with your brand and simplify security reviews.
412
412
413
-
For more information, see [extensions](/reference/embedded-config#extensions) in _Embedded Cluster Config_.
413
+
For more information, see [Using Custom Domains](/vendor/custom-domains-using).
0 commit comments