What Should I Do If a Workload Remains in the Creating State?
Symptom
After the node is changed, the workload on the node is always in the creating state.
Solution
- Log in to the node (ECS) through VNC or SSH and delete the cpu_manager_state file. For details on how to log in to the node, see Logging In to a Linux ECS.
Example command for deleting the file:
rm -rf /mnt/paas/kubernetes/kubelet/cpu_manager_state
- Restart the node or kubelet. The following is the kubelet restart command:
systemctl restart kubelet
Verify that workloads on the node can be successfully restarted or created.
For details, see What Should I Do If I Fail to Restart or Create Workloads on a Node After Modifying the Node Specifications?.
Submitting a Service Ticket
If the problem persists, submit a service ticket.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.