giantswarm / azure-operator

Manages Kubernetes clusters running in in a Giant Swarm installation on Microsoft Azure
https://giantswarm.io/
Apache License 2.0
30 stars 7 forks source link

Set `AzureMachine.Status.Ready` according to AzureMachine's Ready condition #1651

Closed whites11 closed 2 years ago

whites11 commented 2 years ago

Towards: https://github.com/giantswarm/giantswarm/issues/21366 kubectl get azuremachine shows a Ready column that displays data from the status.ready field. We never update that field, but rather rely on the Ready condition in the status. this PR sets the status.ready field to the same value as the Ready condition