Help Center/ Ubiquitous Cloud Native Service/ FAQs/ On-Premises Clusters/ Why Is the Node Not Ready After Scaling-out?
Updated on 2024-04-11 GMT+08:00

Why Is the Node Not Ready After Scaling-out?

Background

After a node in the on-premises cluster is scaled out, the Kubernetes resources of the node may not be able to be started, that is, the node is not ready.

Procedure

The /mnt/paas/kubernetes/kubelet/cpu_manager_state file stores the original cpu_manager_policy, which is the core binding setting of the original CPU cores and needs to be deleted. Restart kubelet to enable cpu_manager to bind cores based on the existing CPU topology and generate cpu_manager_state again.

Run the following commands:

rm /mnt/paas/kubernetes/kubelet/cpu_manager_state

systemctl restart kubelet

Wait for a period of time until the node is working.