machine-controller-manager
machine-controller-manager copied to clipboard
Display providerID as a column name for machines
What this PR does / why we need it:
WIth this PR, when one runs the kubectl get machines -owide
command, two more columns, namely Node and ProviderID will be displayed. The output will be as follows:
Which issue(s) this PR fixes: Fixes #737
Special notes for your reviewer:
Release note:
Using -owide flag along with `kubectl get machines` will display `Node` and `ProviderID` of the corresponding machine as columns
@rishabh-11 Thank you for your contribution.