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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ To create the first release for your application:
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.
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.
164
164
165
165
For more information, see [extensions](/reference/embedded-config#extensions) in _Embedded Cluster Config_.
166
166
@@ -402,11 +402,7 @@ To add the default support bundle spec to your application:
402
402
403
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_.
404
404
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
410
406
411
407
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
408
@@ -508,9 +504,12 @@ The documentation for the open-source Troubleshoot project includes the full lis
508
504
509
505
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).
510
506
511
-
### Add and Query Custom License Entitlements
507
+
### Add Custom License Entitlements and Map to your Helm Chart
512
508
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
514
513
515
514
After you add custom entitlements, you can also add logic to your application to query license entitlements both before deployment and at runtime.
0 commit comments