-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes? #24
Comments
Here is a work in progress https://github.com/PatrickLang/windows-k8s-lab/blob/kubeadm/README.md |
Here is a Vagrant env: https://github.com/rjmorse/kubernetes-windows-vagrant |
Great stuff! A few personal preferences/notes: Instead of chocolatey I personally tend to use scoop: I'll request for the nightly build of docker and dockerd to be available in the main scoop bucket next to the docker.json: Nothing wrong with the Invoke-WebRequest and Expand, just prob slightly faster to do without it, and everything would be nicely packed into ~/scoop/apps Also regarding the module at OneGet and installing it on Windows 10 Pro (its not possible due to an error): Hope they take a look at the outstanding pull request (not possible to install on 10 pro) Here is another fix (although if not wrong the wildcard should be 'Microsoft Windows 10*' to no break non Pro versions) |
Closing this. I'm far away of setting up a Kubernetes environment and there are better repos out there where we should put our help into. |
I would love to have/see an easy Windows environment for a Kubernetes cluster as simple as
vagrant up
. :-)The text was updated successfully, but these errors were encountered: