Windows updates are not working as expected on the vagrant build. The windows node box was rebuild with the proper KB and a newer default installed version (what is overwritten later).
vagrant@controlplane:~$ kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
controlplane Ready control-plane,master 7h1m v1.23.3-rc.0.3+531a28b82ee021 10.20.30.10 <none> Ubuntu 20.04.3 LTS 5.4.0-81-generic containerd://1.5.5
winw1 Ready <none> 6h51m v1.23.3-rc.0.3+531a28b82ee021 10.20.30.11 <none> Windows Server 2019 Standard Evaluation 10.0.17763.2452 containerd://1.5.7
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/kubernetes-sigs/sig-windows-dev-tools/blob/master/OWNERS)~~ [aravindhp,knabben]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Windows updates are not working as expected on the vagrant build. The windows node box was rebuild with the proper KB and a newer default installed version (what is overwritten later).