Skip to content

Commit c03dcd6

Browse files
authored
Update cannot-scale-cluster-autoscaler-enabled-node-pool.md
1 parent df67cee commit c03dcd6

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

support/azure/azure-kubernetes/create-upgrade-delete/cannot-scale-cluster-autoscaler-enabled-node-pool.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,25 @@ To resolve this issue, you can run the following command to recover the deleted
6363
az aks update --resource-group <resource-group-name> --name <aks-cluster-name>
6464
```
6565

66+
67+
## Additional Information
68+
69+
### Common Scenarios
70+
71+
- **Scenario 1**: If the cluster virtual machine scale set is accidentally deleted, provide steps to recreate it.
72+
- **Scenario 2**: If tags or properties are modified, detail how to revert these changes.
73+
74+
### Detailed Commands
75+
76+
Include more detailed Azure CLI commands for verifying the existence of the virtual machine scale set and node resource group:
77+
78+
```bash
79+
az vmss list --resource-group <resource-group-name>
80+
az group show --name <node-resource-group-name>
81+
```
82+
83+
### Additional Troubleshooting Tips
84+
85+
- Check the Azure Activity Log for any recent changes or deletions.
86+
6687
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)