mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 02:15:27 +00:00
- Rename the function in postupgrade.go to better reflect what is being done. - During "upgrade apply" find all nodes with the old label and remove it by calling PatchNode. - Update health check for CP nodes to not track "master" labeled nodes. At this point all CP nodes should have "control-plane" and we can use that selector only.