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: articles/operator-nexus/howto-cluster-manager.md
+51-45Lines changed: 51 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ ms.custom: devx-track-azurecli
14
14
15
15
The Cluster Manager is deployed in the operator's Azure subscription to manage the lifecycle of Operator Nexus Infrastructure Clusters.
16
16
17
+
---
18
+
17
19
## Before you begin
18
20
19
21
Ensure you have the following information:
@@ -23,9 +25,13 @@ Ensure you have the following information:
23
25
-**Azure Region** - The Cluster Manager should be created in the same Azure region as the Network Fabric Controller.
24
26
This Azure region should be used in the `Location` field of the Cluster Manager and all associated Operator Nexus instances.
25
27
28
+
---
29
+
26
30
## Limitations
27
31
-**Naming** - Naming rules can be found [here](../azure-resource-manager/management/resource-name-rules.md#microsoftnetworkcloud).
28
32
33
+
---
34
+
29
35
## Cluster Manager properties
30
36
31
37
| Property Name | Description |
@@ -35,11 +41,12 @@ This Azure region should be used in the `Location` field of the Cluster Manager
35
41
| managedResourceGroupConfiguration | The details of Managed Resource Group that is created for the Cluster Manager to host its internally used resources. |
36
42
| fabricControllerId | The reference to the Network Fabric Controller that is 1:1 with this Cluster Manager |
37
43
| clusterVersions[]| The list of Cluster versions that the Cluster Manager supports. It's used as an input in the Cluster clusterVersion property. |
38
-
| userAssignedIdentity | The details of the User Assigned Managed Identity assigned to the Cluster Manager. |
39
-
| identity | The details of the type of identity assigned to the Cluster Manager. |
40
-
| provisioningState | The provisioning status of the latest operation on the Cluster Manager. One of: Succeeded, Failed, Provisioning, Accepted, Updating|
44
+
| userAssignedIdentity | The details of the User Assigned Managed Identity assigned to the Cluster Manager if it is assigned. |
45
+
| identity | The details of the type of identity assigned to the Cluster Manager. One of: UserAssigned or SystemAssigned. |
46
+
| provisioningState | The provisioning status of the latest operation on the Cluster Manager. One of: Succeeded, Failed, Provisioning, Accepted, Updating.|
41
47
| detailedStatus | The detailed statuses that provide additional information about the status of the Cluster Manager. |
42
48
| detailedStatusMessage | The descriptive message about the current detailed status. |
49
+
---
43
50
44
51
## Cluster Manager Identity
45
52
@@ -58,6 +65,8 @@ The role assignment can be done via the Azure portal:
To delete the Cluster Manager, use Portal, CLI, or PowerShell.
361
364
362
-
---
363
-
364
365
>[!NOTE]
365
366
>As best practice, wait 20 minutes after deleting a Cluster Manager before trying to create a new Cluster Manager with the same name.
366
367
368
+
---
369
+
367
370
## Next steps
368
371
369
372
After you successfully created the Network Fabric Controller and the Cluster Manager, the next step is to create a [Network Fabric](./howto-configure-network-fabric.md).
0 commit comments