canonical / cluster-api-control-plane-provider-microk8s

This project offers a cluster API control plane controller that manages the control plane of a MicroK8s cluster. It is expected to be used along with the respective MicroK8s specific machine bootstrap provider.
https://microk8s.io
7 stars 5 forks source link

Fix worker status not updating to Running #18

Closed ktsakalozos closed 2 years ago

ktsakalozos commented 2 years ago

We make sure we periodically check the status of the cluster node. This was we address the race condition where the worker node provider ID does not get updated.

ktsakalozos commented 2 years ago

@sachinkumarsingh092 I think the returned errors are ignored. Lets take some time to address this after this fix gets released.