You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- this very good [guide on how to install Kubernetes on Ubuntu Focal (20.04)](https://github.com/mialeevs/kubernetes_installation).
110
112
- 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.
111
113
- 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.
0 commit comments