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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The role assignment can be done via the Azure portal:
62
62
63
63
Use the below commands to create a Cluster Manager.
64
64
65
-
# [Azure CLI](#tab/azure-cli)
65
+
###[Azure CLI](#tab/azure-cli)
66
66
67
67
```azurecli-interactive
68
68
az networkcloud clustermanager create \
@@ -101,7 +101,7 @@ Common arguments that are available for every Azure CLI command:
101
101
-`--output` or `-o` - specifies the output format. The available output formats are Json, Jsonc (colorized JSON), tsv (Tab-Separated Values), table (human-readable ASCII tables), and yaml. By default the CLI outputs Json.
102
102
-`--query` - uses the JMESPath query language to filter the output returned from Azure services.
103
103
104
-
# [Azure PowerShell](#tab/azure-powershell)
104
+
###[Azure PowerShell](#tab/azure-powershell)
105
105
106
106
```azurepowershell-interactive
107
107
$tagHash = @{
@@ -149,11 +149,11 @@ You can find examples of these two files here:
149
149
150
150
---
151
151
152
-
## List/show Cluster Manager(s)
152
+
## List/show Cluster Managers
153
153
154
154
List and show commands are used to get a list of existing Cluster Managers or the properties of a specific Cluster Manager.
155
155
156
-
# [Azure CLI](#tab/azure-cli)
156
+
###[Azure CLI](#tab/azure-cli)
157
157
158
158
This command lists the Cluster Managers in the specified Resource group.
159
159
@@ -176,7 +176,7 @@ az networkcloud clustermanager show \
176
176
--subscription "$SUB_ID"
177
177
```
178
178
179
-
# [Azure PowerShell](#tab/azure-powershell)
179
+
###[Azure PowerShell](#tab/azure-powershell)
180
180
181
181
This command lists the Cluster Managers in the specified Resource group.
182
182
@@ -202,7 +202,7 @@ This command shows the properties of the specified Cluster Manager in Json forma
202
202
203
203
This command is used to patch properties of the provided Cluster Manager, or update the tags assigned to the Cluster Manager. Properties and tag updates can be done independently.
204
204
205
-
# [Azure CLI](#tab/azure-cli)
205
+
###[Azure CLI](#tab/azure-cli)
206
206
207
207
This command updates the Cluster Managers in the specified Resource group.
208
208
@@ -214,7 +214,7 @@ az networkcloud clustermanager update \
0 commit comments