Skip to content

Commit 1cb005b

Browse files
committed
add png of portal screenshot
Signed-off-by: Troy Connor <[email protected]>
1 parent 941cc66 commit 1cb005b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
114114

115115
An alternate way to create a Cluster is with the ARM template editor.
116116

117-
In order to create the cluster this way, you need to provide a template file (cluster.jsonc) and a parameter file (cluster.parameters.jsonc).
117+
In order to create the cluster this way, you need to provide a template file (cluster.jsonc) and a parameter file (cluster.parameters.jsonc).
118118
You can find examples for an 8-Rack 2M16C SKU cluster using these two files:
119119

120-
[cluster.jsonc](./cluster-jsonc-example.md) ,
120+
[cluster.jsonc](./cluster-jsonc-example.md) ,
121121
[cluster.parameters.jsonc](./cluster-parameters-jsonc-example.md)
122122

123123
>[!NOTE]
@@ -270,7 +270,7 @@ az networkcloud cluster show --resource-group "$CLUSTER_RG" \
270270
--name "$CLUSTER_NAME"
271271
```
272272

273-
The Cluster deployment is in-progress when detailedStatus is set to `Deploying` and detailedStatusMessage shows the progress of deployment.
273+
The Cluster deployment is in-progress when detailedStatus is set to `Deploying` and detailedStatusMessage shows the progress of deployment.
274274
Some examples of deployment progress shown in detailedStatusMessage are `Hardware validation is in progress.` (if cluster is deployed with hardware validation) ,`Cluster is bootstrapping.`, `KCP initialization in progress.`, `Management plane deployment in progress.`, `Cluster extension deployment in progress.`, `waiting for "<rack-ids>" to be ready`, etc.
275275

276276
:::image type="content" source="./media/nexus-deploy-kcp-status.png" lightbox="./media/nexus-deploy-kcp-status.png" alt-text="Screenshot of Azure portal showing cluster deploy progress kcp init.":::
@@ -298,11 +298,13 @@ Cluster create Logs can be viewed in the following locations:
298298

299299
## Delete a cluster
300300

301-
When deleting a cluster, it will delete the resources in Azure and the cluster the reside in the on-premises environment.
301+
When deleting a cluster, it will delete the resources in Azure and the cluster the reside in the on-premises environment.
302302

303303
>[!NOTE]
304-
>If there are any tenant resources that exists in the undercloud, the cluster will not be deleted until those resources are deleted.
304+
>If there are any tenant resources that exists in the undercloud, the cluster will not be deleted until those resources are deleted.
305305
306-
```azurecli
306+
:::image type="content" source="./media/nexus-delete_failure.png" lightbox="./media/nexus-delete_failure.png" alt-text="Screenshot of the portal showing the failure to delete because of tenant resources":::
307+
308+
```azurecli
307309
az networkcloud cluster delete --name "$CLUSTER_NAME" --resource-group "$CLUSTER_RG"
308310
```
31.6 KB
Loading

0 commit comments

Comments
 (0)