Skip to content

Commit a22dc63

Browse files
authored
more readme notes
1 parent 9ea060f commit a22dc63

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Do not log into the VMs until the provisioning is done. That is especially true
6565

6666
## Other notes
6767

68+
69+
6870
If you still have an old instance of these VMs running for the same dir:
6971
```
7072
vagrant destroy -f && vagrant up
@@ -109,3 +111,24 @@ vagrant winrm winw1 --shell=powershell --command="ls"
109111
- this very good [guide on how to install Kubernetes on Ubuntu Focal (20.04)](https://github.com/mialeevs/kubernetes_installation).
110112
- The Windows part is informed by this [guide on how to install Docker on Win Server 2019](https://www.hostafrica.co.za/blog/new-technologies/how-to-install-docker-on-linux-and-windows/#win), [this guide on adding Windows nodes](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/), and [this guide](https://www.hostafrica.co.za/blog/new-technologies/install-kubernetes-cluster-windows-server-worker-nodes/) on how to install Kubernetes on Win Server 2019.
111113
- We've also borrowed ideas from cluster api, kubeadm, and the antrea project too bootstrap how we manage CNI and containerd support.
114+
115+
# Contributing
116+
117+
Working on Windows Kubernetes is a great way to learn about Kubernetes internals and how Kubernetes works in a multi-os environment.
118+
119+
So, even if you arent a windows user, we encourage Kubernetes users of all types to try to get involved and contribute!
120+
121+
We are a new project and we need help with...
122+
123+
- contributing / testing recipes on different vagrant providers
124+
- docs of existing workflows
125+
- ideas about how we can make this repository easier to use
126+
- test automation (sonobuoy, e2e.test, and so on)
127+
- new CNIs (like calico, or cillium)
128+
- CSI support and testing
129+
- priveliged container support
130+
- recipes with active directory
131+
- any other ideas !
132+
133+
If nothing else, filing an issue with your bugs or experiences will be helpful longterm. If interested in pairing with us to do your first contribution, just reach out in #sig-windows (https://slack.k8s.io/). We understand that developing on Kubernetes with windows is new to many folks, and we're here to help you get started.
134+

0 commit comments

Comments
 (0)