You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor reconcile loop to resemble Kubeadm controlplane controller.
Now it tries to reconcile: `etcd status`, `nodes health`, `bootstrap
status` and `kubeconfig` on each reconcile call.
This makes kubeconfig available much earlier and also different
reconcile phases do not cancel each other anymore.
Signed-off-by: Artem Chernyshev <[email protected]>
(cherry picked from commit f3cba54)
0 commit comments