kubernetes-sigs / sig-windows-dev-tools

This is a batteries included local development environment for Kubernetes on Windows.
Apache License 2.0
80 stars 46 forks source link

Moving windows updates to a new box #171

Closed knabben closed 2 years ago

knabben commented 2 years ago

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
vagrant ssh controlplane -c "kubectl exec -it netshoot -- curl http://whoami-windows:80/"
cni:
antrea
I'm whoami-windows-6cf6f67f56-wkcdk running on windows/amd64

IP: fe80::bcaf:9c7:cc15:5943
IP: 100.244.1.7
IP: ::1
k8s-ci-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aravindhp, knabben

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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