Hi
In the official documentation there is a guide that details how to add a Windows Server node to an existing linux MicroK8s cluster which works very well but in that process it uses a set of powershell scripts to install a specific version of the K8s components on the Windows Node
C:\install-calico-windows.ps1 -DownloadOnly yes -KubeVersion 1.19.3
My question is if you upgrade your linux cluster to say 1.20 there will clearly be a mismatch where your linux nodes will be running 1.20 and the windows node running 1.19.3 and in that case how do you upgrade the components on the Windows node as i couldn’t see anything in the relevant docs
Thanks
Simon