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
@@ -270,7 +270,7 @@ az networkcloud cluster show --resource-group "$CLUSTER_RG" \
270
270
--name "$CLUSTER_NAME"
271
271
```
272
272
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.
274
274
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.
@@ -298,11 +298,13 @@ Cluster create Logs can be viewed in the following locations:
298
298
299
299
## Delete a cluster
300
300
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.
302
302
303
303
>[!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.
305
305
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
307
309
az networkcloud cluster delete --name "$CLUSTER_NAME" --resource-group "$CLUSTER_RG"
0 commit comments