mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
During startup, if nodes have already been defined the controller does not need to create them, just needs to keep them up to date. When defining a static list, the controller would loop and fail repeatedly if the node existed. I don't know if we need to update the node during registration, as long as the sync loop checks it later.