Prashanth
Prashanth
## Context Currently there are node conditions added to the node by different actors like kubelet , Node Problem Detector(NPD), Network Problem Detector. But MCM acts only on a few...
**How to categorize this issue?** /area dev-productivity /kind enhancement /priority 3 **What would you like to be added**: We would like to move out the drain logic of the provider...
**How to categorize this issue?** /area ops-productivity /kind epic /priority 3 **What would you like to be added**: MCM to be able to support the cleanup of machines even when...
**How to categorize this issue?** /area testing /kind test /priority 2 **What would you like to be added**: We have an integration tests framework on GoLang enabled with https://github.com/gardener/machine-controller-manager/pull/618. However,...
**How to categorize this issue?** /area dev-productivity /kind cleanup /priority 3 **What would you like to be added**: Get rid of all deprecated in-tree machine controller code - [ ]...
**What would you like to be removed**: [MachineClass field](https://github.com/gardener/machine-controller-manager/blob/master/pkg/apis/machine/types.go#L307) is redundant and adds no value to the best of my knowledge. And we need to get rid of this to...
## Issue There are several optimizations identified for MCM to make it run better. ## Solution - [ ] Eliminate all infinite for loops - [ ] Tag/mark machines while...
## Issue Machine safety controller only checks for machine objects while overshooting VMs ## Solution Machine safety controller to check infra VMs instead of machine objects while freezing for overshooting.
## Story As operator and user I want to see an event log showing who/what did what to my machine objects, so that I can retrospectively analyse issues. ## Motivation...
## Issue - ~MCM creates significantly more requests on the `endpoints` resource than MCM resources. This is from the leader election module.~ - This has been handled as MCM uses...