k0sctl
k0sctl copied to clipboard
Experimental Windows worker support
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+
perhaps needs Install-WindowsFeature -Name Containers -IncludeAllSubFeature -Restart
(or something that validates Containers is installed)
Some features (status, reset) are still missing from k0s on windows so those need to be implemented first.