Managed Service for Kubernetes node group hosts stay in the RECONCILING status for a while
Written by
Updated at December 17, 2025
Issue description
Some (or all) VMs of your Managed Service for Kubernetes node group remain in the RECONCILING status for more than 20 minutes.
Diagnostics and issue reproduction
- Check your quota consumption for Managed Service for Kubernetes. If the consumption level is approaching the current quotas, request a quota increase
. For this, you must have thequota-manager.requestOperatorrole or higher, such aseditororadmin. - If the quotas are not exceeded, check the state of VMs belonging to the node group through this command:
yc managed-kubernetes node-group list-nodes <node_group_id> --format yaml
If the command output includes the Kubelet stopped posting node status message, it means the VM belonging to the node group experienced a failure in the OS or application services that ensure operability of this host within the node group.
Solution
Follow these steps to fix the issue:
- Connect to the VM in question over SSH. You can learn how to do it in this Managed Service for Kubernetes guide.
- Establish an interactive session with the problematic VM and run the following commands:
sudo service containerd restart sudo service kubelet restart
Note
To check the service status, use the following commands:
service containerd status
service kubelet status
Make sure the services are ACTIVE and their logs are error-free.
Alternatively, you can restart your VM from the management console