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/enterprise/embedded-manage-nodes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Multi-node clusters with Embedded Cluster have the following limitations:
20
20
21
21
## Requirements
22
22
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).
Copy file name to clipboardExpand all lines: docs/vendor/licenses-using-builtin-fields.mdx
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,13 @@ The table below describes the built-in license fields related to install options
156
156
<td>`isAirgapSupported`</td>
157
157
<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>
158
158
</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>
159
166
<tr>
160
167
<td>`isHelmAirgapEnabled`</td>
161
168
<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
175
182
<td>`isDisasterRecoverySupported`</td>
176
183
<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>
177
184
</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>
185
185
<tr>
186
186
<td>`isGeoaxisSupported`</td>
187
187
<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