node not exist failure during node status update flush controller's log #30898
Labels
area/kubelet
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/storage
Categorizes an issue or PR as relevant to SIG Storage.
Milestone
@saad-ali @matchstick
From issue #29903, I noticed that under attachdetach controller, reconciler keeps updating node status every 100ms. In some cases, the node no longer exists but reconciler still has a stale cache information of it. The error message quickly flush the kube-controller-manager's log.
Related code and PR: https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/volume/attachdetach/reconciler/reconciler.go#L104
#29358
#30737
The text was updated successfully, but these errors were encountered: