Skip to content

Commit 0e99beb

Browse files
committed
clarify field name
1 parent f6f5a59 commit 0e99beb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Multi-node clusters with Embedded Cluster have the following limitations:
2020

2121
## Requirements
2222

23-
To deploy multi-node clusters with Embedded Cluster, the **Embedded Cluster Multi-Node** license field must be enabled for the customer. For more information about managing customer licenses, see [Create and Manage Customers](/vendor/releases-creating-customer).
23+
To deploy multi-node clusters with Embedded Cluster, the **Multi-node Cluster (Embedded Cluster only)** license field must be enabled for the customer. For more information about managing customer licenses, see [Create and Manage Customers](/vendor/releases-creating-customer).
2424

2525
## Add Nodes to a Cluster (Beta) {#add-nodes}
2626

docs/vendor/licenses-using-builtin-fields.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ The table below describes the built-in license fields related to install options
156156
<td>`isAirgapSupported`</td>
157157
<td><p>If a license supports air gap installations with the Replicated installers (KOTS, kURL, Embedded Cluster), then this field is set to `true`. If Replicated installer air gap installations are not supported, this field is missing.</p><p>When you enable this field for a license, the `license.yaml` file will have license metadata embedded in it and must be re-downloaded.</p></td>
158158
</tr>
159+
<tr>
160+
<td>`isEmbeddedClusterMultiNodeEnabled`</td>
161+
<td>
162+
<p>If a license supports multi-node installations with Embedded Cluster, this field is set to `true`. If a license does not support multi-node installations, this field is either missing or `false`. By default, `isEmbeddedClusterMultiNodeEnabled` is `true`.</p>
163+
<p>When `isEmbeddedClusterMultiNodeEnabled` is missing or false, the **Configure the cluster** page is hidden from the Embedded Cluster installation and upgrade flow in the Admin Console. Additionally, the option to add nodes is removed from the Admin Console **Cluster management** page.</p>
164+
</td>
165+
</tr>
159166
<tr>
160167
<td>`isHelmAirgapEnabled`</td>
161168
<td><p>If a license supports Helm air gap installations, then this field is set to `true` or missing. If Helm air gap is not supported, this field is missing.</p><p> When you enable this feature, the `license.yaml` file will have license metadata embedded in it and must be re-downloaded.</p><p>This field requires that the "Install Types" feature is enabled for your Vendor Portal team. Reach out to your Replicated account representative to get access.</p></td>
@@ -175,13 +182,6 @@ The table below describes the built-in license fields related to the Admin Conso
175182
<td>`isDisasterRecoverySupported`</td>
176183
<td>If a license supports the Embedded Cluster disaster recovery feature, this field is set to `true`. If a license does not support disaster recovery for Embedded Cluster, this field is either missing or `false`. **Note**: Embedded Cluster Disaster Recovery is in Alpha. To get access to this feature, reach out to Alex Parker at [alexp@replicated.com](mailto:alexp@replicated.com). For more information, see [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery).</td>
177184
</tr>
178-
<tr>
179-
<td>`isEmbeddedClusterMultiNodeEnabled`</td>
180-
<td>
181-
<p>If a license supports multi-node installations with Embedded Cluster, this field is set to `true`. If a license does not support multi-node installations, this field is either missing or `false`. By default, `isEmbeddedClusterMultiNodeEnabled` is `true`.</p>
182-
<p>When `isEmbeddedClusterMultiNodeEnabled` is missing or false, the **Configure the cluster** page is hidden from the Embedded Cluster installation and upgrade flow in the Admin Console. Additionally, the option to add nodes is removed from the Admin Console **Cluster management** page.</p>
183-
</td>
184-
</tr>
185185
<tr>
186186
<td>`isGeoaxisSupported`</td>
187187
<td>(kURL Only) If a license supports integration with GeoAxis, this field is set to `true`. If GeoAxis is not supported, this field is either `false` or missing. **Note**: This field requires that the vendor has the GeoAxis entitlement. It also requires that the vendor has access to the Identity Service entitlement.</td>

0 commit comments

Comments
 (0)