Skip to content

Commit 746075e

Browse files
authored
Update cannot-scale-cluster-autoscaler-enabled-node-pool.md
1 parent b79e0af commit 746075e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Deleting the virtual machine scale set attached to the cluster causes the cluste
4949

5050
If the cluster virtual machine scale set is accidentally deleted, you can reconcile the node pool by using `az aks nodepool update`:
5151

52-
```bash
52+
```shell
5353
# Update Node Pool Configuration
5454
az aks nodepool update --resource-group <resource-group-name> --cluster-name <cluster-name> --name <nodepool-name> --tags <tags> --node-taints <taints> --labels <labels>
5555

@@ -66,7 +66,7 @@ You may receive scaling errors if you modify or delete Azure-created tags and ot
6666

6767
Use the Azure CLI to make sure that the node resource group has the correct tags for AKS name and the AKS group name:
6868

69-
```bash
69+
```shell
7070
# Add or update tags for AKS name and AKS group name
7171
az group update --name <node-resource-group-name> --set tags.AKS-Managed-Cluster-Name=<aks-managed-cluster-name> tags.AKS-Managed-Cluster-RG=<aks-managed-cluster-rg>
7272

0 commit comments

Comments
 (0)