Skip to content

Commit

Permalink
refactor: change reconcile loop flow
Browse files Browse the repository at this point in the history
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 <artem.chernyshev@talos-systems.com>
(cherry picked from commit f3cba54)
  • Loading branch information
Unix4ever authored and rsmitty committed Jan 3, 2022
1 parent ea7842f commit a77ddde
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 210 deletions.

0 comments on commit a77ddde

Please sign in to comment.