Skip to content

Kubeadm for Windows v0.1.5

Compare
Choose a tag to compare
@jsturtevant jsturtevant released this 15 Dec 21:25
· 106 commits to master since this release
c19b43d

This update adds support for Windows OS's 2019 (1809), 1903, 1909, 2004. It adds Flannel v0.13 and moves Flannel and Kube-proxy to nano server. The images will be available at the the multi-arch tags: sigwindowstools/flannel:v0.12.0-nanoserver, sigwindowstools/flannel:v0.13.0-nanoserver, and sigwindowstools/kube-proxy:v<VERSION>-nanoserver. The Flannel the images are also have OS specific tags tied to the releases of this repository for example:sigwindowstools/flannel:v0.13.0-1809-v0.1.5

The servercore based images will remain available at the tags sigwindowstools/flannel:v0.12.0 and sigwindowstools/kube-proxy:v<VERSION> but newer versions will not be published.

Also includes:

  • DebugWindowsNode.ps1: fix docker version checking #131
  • Automation for building flannel and kubeproxy related containers (#111)
  • Add note about tricky rancher file rename for kube-proxy.exe (#125)