machine-controller-manager
machine-controller-manager copied to clipboard
Removing node field from machine status
What this PR does / why we need it:
This PR removes the node
field in the machine status
and replaces its usage with the node label
present in the machine object's metadata.
Which issue(s) this PR fixes: Fixes #389
Special notes for your reviewer:
ITs were run for aws
and azure
providers with the seed as the control cluster.
Release note:
Node field is removed from machine status. It is replaced by the node label present in the machine object's metadata.
@rishabh-11 Thank you for your contribution.