Skip to content

Commit ddc3916

Browse files
committed
ca section
1 parent df28ad9 commit ddc3916

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/aks/troubleshooting.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,16 @@ 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.md].
491+
492+
<!-- LINKS - internal -->
493+
[view-master-logs]: view-master-logs.md

0 commit comments

Comments
 (0)