Skip to content

Commit b89edb7

Browse files
authored
Quickstart steps for the impatient
1 parent f1efbcc commit b89edb7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)