Skip to content

Commit da618d0

Browse files
committed
Add new multi-node ec license option
1 parent be70ba6 commit da618d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@ The table below describes the built-in license fields related to the Admin Conso
175175
<td>`isDisasterRecoverySupported`</td>
176176
<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>
177177
</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>
178185
<tr>
179186
<td>`isGeoaxisSupported`</td>
180187
<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)