k0sctl icon indicating copy to clipboard operation
k0sctl copied to clipboard

Experimental Windows worker support

Open kke opened this issue 3 months ago • 2 comments

Fixes #60

Adds (untested and experimental at this point) support for deploying Windows worker nodes

All direct linux command execs have been moved behind Configurers and a windows Configurer has been added that also implements the host.configurer interface.

There's a warning that the feature is experimental.

There's a version constraint that makes it error out if k0s is not 1.34+

kke avatar Sep 11 '25 13:09 kke

perhaps needs Install-WindowsFeature -Name Containers -IncludeAllSubFeature -Restart (or something that validates Containers is installed)

kke avatar Nov 27 '25 13:11 kke

Some features (status, reset) are still missing from k0s on windows so those need to be implemented first.

kke avatar Dec 05 '25 05:12 kke