Bird
0
0

You configured Cluster Autoscaler with:

medium📝 Troubleshoot Q14 of 15
Kubernetes - Resource Management
You configured Cluster Autoscaler with:
--nodes=1:4:group-x

But the cluster never scales down nodes even when they are idle. What could be a likely cause?
AScale down is disabled or scale down delay is too long
BCluster Autoscaler only scales up, not down
CMinimum nodes is set to 1, so it never removes nodes below that
DNode group name is incorrect
Step-by-Step Solution
Solution:
  1. Step 1: Consider scale-down configuration

    Scale down might be disabled or the scale-down delays (like --scale-down-delay-after-add) are set too long, causing no scale-down even for idle nodes.
  2. Step 2: Distinguish from other options

    Min nodes=1 allows scaling down to 1 but not below; incorrect node group would affect scale-up too.
  3. Final Answer:

    Scale down is disabled or scale down delay is too long -> Option A
  4. Quick Check:

    Disabled scale-down or long delay = no scaling down [OK]
Quick Trick: Check if scale-down is disabled or delay too high [OK]
Common Mistakes:
  • Confusing with minimum nodes limit
  • Assuming autoscaler can't scale down
  • Blaming node group name without checking config

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes