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
feat: get rid of init nodes and use bootstrap API to setup cluster
That required couple changes in the manager flow:
- no longer get node IPs using `kubectl get nodes`, but use machines
addresses instead.
- add `MachinesBootstrapped` condition that means that `bootstrap` was
called on one of the machines.
- add `Bootstrapped` flag to the `TalosControlPlaneStatus` to track
bootstrap call.
Signed-off-by: Artem Chernyshev <[email protected]>
0 commit comments