Skip to content

Commit f4e045b

Browse files
authored
Merge pull request #98892 from mlearned/mlearned-aks-troubleshooting-ca-2
ca section
2 parents e30af66 + 050a017 commit f4e045b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/aks/troubleshooting.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sauryadas
66

77
ms.service: container-service
88
ms.topic: troubleshooting
9-
ms.date: 08/13/2018
9+
ms.date: 12/13/2019
1010
ms.author: saudas
1111
---
1212

@@ -478,3 +478,17 @@ kubectl edit secret azure-storage-account-{storage-account-name}-secret
478478
```
479479

480480
After a few minutes, the agent node will retry the azure file mount with the updated storage key.
481+
482+
### Cluster autoscaler fails to scale with error failed to fix node group sizes
483+
484+
If your cluster autoscaler is not scaling up/down and you see an error like the below on the [cluster autoscaler logs][view-master-logs].
485+
486+
```console
487+
E1114 09:58:55.367731 1 static_autoscaler.go:239] Failed to fix node group sizes: failed to decrease aks-default-35246781-vmss: attempt to delete existing nodes
488+
```
489+
490+
This error is due to an upstream cluster autoscaler race condition where the cluster autoscaler ends with a different value than the one that is actually in the cluster. To get out of this state, simply disable and re-enable the [cluster autoscaler][cluster-autoscaler].
491+
492+
<!-- LINKS - internal -->
493+
[view-master-logs]: view-master-logs.md
494+
[cluster-autoscaler]: cluster-autoscaler.md

0 commit comments

Comments
 (0)