File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ This is a fully batteries-included development for Windows on Kubernetes, includ
66- NetworkPolicy support for Windows and Linux provided by [ Antrea] ( https://antrea.io )
77- Windows binaries for kube-proxy.exe and kubelet.exe that are fully built from source (K8s main branch)
88- kubeadm installation that can put the bleeding edge linux control plane in place, so you can test new featuers like priveliged containers
9+
10+ # Quick start
11+
12+ - clone this repo (obviously!)
13+ - install vagrant & virtualbox (the base tools for this project)
14+ - ` vagrant plugin install vagrant-reload ` , needed to easily reboot windows VMs during setup of containers features
15+ - ` make all ` , this will create the entire cluster for you and compile windows binaries from source
16+ - if the above failed, run ` vagrant provision winw1 ` , just in case you have a flake during windows installation.
17+ - ` vagrant ssh controlplane ` and run ` kubectl get nodes ` to see your running dual-os linux+windows k8s cluster.
918
1019# Goal
1120
You can’t perform that action at this time.
0 commit comments