Skip to content

Commit 941cc66

Browse files
committed
add delete to cluster for operator nexus
Signed-off-by: Troy Connor <[email protected]>
1 parent 9816f14 commit 941cc66

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,14 @@ Cluster create Logs can be viewed in the following locations:
295295
2. Azure CLI with `--debug` flag passed on command-line.
296296

297297
:::image type="content" source="./media/nexus-deploy-activity-log.png" lightbox="./media/nexus-deploy-activity-log.png" alt-text="Screenshot of Azure portal showing cluster deploy progress activity log.":::
298+
299+
## Delete a cluster
300+
301+
When deleting a cluster, it will delete the resources in Azure and the cluster the reside in the on-premises environment.
302+
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.
305+
306+
```azurecli
307+
az networkcloud cluster delete --name "$CLUSTER_NAME" --resource-group "$CLUSTER_RG"
308+
```

0 commit comments

Comments
 (0)