MCM should not try to drain machines that have not joined the cluster #465
Labels
area/quality
Output qualification (tests, checks, scans, automation in general, etc.) related
component/mcm
Machine Controller Manager (including Node Problem Detector, Cluster Auto Scaler, etc.)
effort/1d
Effort for issue is around 1 day
exp/beginner
Issue that requires only basic skills
kind/bug
Bug
priority/2
Priority (lower number equals higher priority)
status/new
Issue is new and unprocessed
What happened:
MCM is trying to delete some
Machine
objects. Now it tries to drain the correspondingNode
objects, however, as the mentionedMachine
s never joined the cluster, there are no suchNode
objects. The drain fails forever with:Logs of the machine-controller-manager:
What you expected to happen:
MCM should not try to drain these nodes.
How to reproduce it (as minimally and precisely as possible):
Create machine objects that won't join the cluster and then try to delete them.
Environment:
MCM v0.29.0
The text was updated successfully, but these errors were encountered: