Skip to content

Commit cf8b78e

Browse files
committed
edits
1 parent 4e86bfb commit cf8b78e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/vendor/replicated-onboarding.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To create the first release for your application:
160160

161161
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.
162162

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.
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 include one.
164164

165165
For more information, see [extensions](/reference/embedded-config#extensions) in _Embedded Cluster Config_.
166166

@@ -402,11 +402,7 @@ To add the default support bundle spec to your application:
402402

403403
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_.
404404

405-
### Task 10: Map License Fields to Your Helm Chart
406-
407-
408-
409-
### Task 11: Alias Replicated Endpoints with Your Own Domains
405+
### Task 9: Alias Replicated Endpoints with Your Own Domains
410406

411407
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.
412408

@@ -508,9 +504,12 @@ The documentation for the open-source Troubleshoot project includes the full lis
508504

509505
You can also view common examples of collectors and analyzers used in preflight checks and support bundles in [Preflight Spec Examples](preflight-examples) and [Support Bundle Spec Examples](support-bundle-examples).
510506

511-
### Add and Query Custom License Entitlements
507+
### Add Custom License Entitlements and Map to your Helm Chart
512508

513-
You can add custom license entitlements for your application in the Vendor Portal. Custom license fields are useful when there is entitlement information that applies to a subset of customers. For example, you can create a custom license field to limit the number of active users permitted. Or, you can create a field that limits the number of nodes a customer is permitted on their cluster.
509+
You can add custom license entitlements for your application in the Vendor Portal. Custom license fields are useful when there is entitlement information that applies to a subset of customers. For example, you can use entitlements to:
510+
* Limit the number of active users permitted
511+
* Limit the number of nodes a customer is permitted on their cluster
512+
* Identify a customer on a "Premium" plan that has access to additional features or functionality not available with your base plan
514513

515514
After you add custom entitlements, you can also add logic to your application to query license entitlements both before deployment and at runtime.
516515

0 commit comments

Comments
 (0)