The MachinePool remains in the "ScalingUp" phase instead of transitioning to "Running" #10541
Labels
area/machinepool
Issues or PRs related to machinepools
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
What steps did you take and what happened?
We attempted to create a Kubernetes cluster on AWS using kubeadm as the bootstrap provider and AWS CAPA as the infrastructure provider. The Control Plane deployed successfully on EC2. However, we encountered an issue with the MachinePool (Worker Nodes) where it remains in the "ScalingUp" phase instead of transitioning to "Running" even after the node joins the control plane and is in the "Ready" state."
Also there is one more issue that the worker node attached with control plane though comes to ready state but the node have the following taint attached always
node.cluster.x-k8s.io/uninitialized:NoSchedule
From the logs of CAPI Controller we got the following:
The describe of MachinePool:
CAPI File:
What did you expect to happen?
MachinePool Phase should be in running state once the worker node becomes ready. Also the following taint
node.cluster.x-k8s.io/uninitialized:NoSchedule
should be removed from the worker node.Cluster API version
CAPI Version : 1.7.1
CAPA Version : 2.4.2
Kubernetes version
Kubernetes : v1.28.7
Anything else you would like to add?
No response
Label(s) to be applied
/kind bug
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.
The text was updated successfully, but these errors were encountered: