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.
What this PR does / why we need it: This PR migrates logger from zap to klog which is an industry used logger used in Cluster API(CAPI) and other CAPx projects. Using klog will help in more granular control over logging as it will support --v verbosity flag.
What this PR does / why we need it: This PR migrates logger from
zap
toklog
which is an industry used logger used in Cluster API(CAPI) and other CAPx projects. Usingklog
will help in more granular control over logging as it will support--v
verbosity flag.Which issue(s) this PR fixes: Fixes #51