Skip to content

Commit 391227c

Browse files
Merge pull request #293429 from sangeetgupta/updateDelete
Operator-Nexus: Wait 20 minutes after deletion of cluster before creating a new one.
2 parents 00f5e3d + 4c187d1 commit 391227c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ az networkcloud clustermanager delete \
279279
- **--resource-group -g** - Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
280280
- **--subscription** - Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
281281

282+
>[!NOTE]
283+
>It is recommended to wait for 20 minutes after deleting clustermanager before trying to create a new clustermanager with the same name.
284+
282285
## Next steps
283286

284287
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).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,3 +507,5 @@ Deleting a cluster deletes the resources in Azure and the cluster that resides i
507507
```azurecli
508508
az networkcloud cluster delete --name "$CLUSTER_NAME" --resource-group "$CLUSTER_RG"
509509
```
510+
>[!NOTE]
511+
>It is recommended to wait for 20 minutes after deleting cluster before trying to create a new cluster with the same name.

0 commit comments

Comments
 (0)