world-direct / k8s-setup

Setup local and production hybrid clusters, using Ansible and Vagrant
4 stars 0 forks source link

Evaluate running k8s-setup with Windows Subsystem for Linux 2 #70

Open gprossliner opened 4 years ago

gprossliner commented 4 years ago

This would enable the use of a Windows Machine. Even if k8s-setup is written in python, and so can run on Windows, we always need to test is against Windows.

Another problem if you wanna use a Windows Machine, is that Ansible doesn't support running a Controller on Windows. So we would need to run the Controller in a VM, which is a very different configuration that it is now.

It we could just use WSL2, this would be very nice. The porting Issue is #6, which could be closed.

Anyone may assist in this topic.

gprossliner commented 4 years ago

https://docs.microsoft.com/en-us/windows/wsl/wsl2-install https://medium.com/faun/windows-subsystem-on-linux-wsl-2-first-impressions-96adaf2ebe76 https://www.reddit.com/r/ansible/comments/bpi3nr/ansible_on_windows_10_via_wsl_working_without/

simonpfeifhofer commented 4 years ago

@gprossliner I'll take a look at it.

simonpfeifhofer commented 4 years ago

Followed the installation instructions: Stuck at "Local Deployment": ./k8s-setup generate hostsfile --merge @gprossliner please.

gprossliner commented 4 years ago

As told in private chat, please use the "nopypi" branch.