Update contributing-on-windows.md
This commit is contained in:
parent
458a23054e
commit
b60a31b80a
|
@ -1 +1,88 @@
|
|||
<temp file for windows contributions>
|
||||
# Contributing on Windows Node support
|
||||
|
||||
Contains a list of common resources when contributing to supporting Windows Node and Windows Server containers in Kubernetes.
|
||||
|
||||
## Joining the community of other contributors
|
||||
|
||||
The best way to get in contact with the contributors working on Windows support is through the Kubernetes Slack. To get a Slack invite, visit [http://slack.k8s.io/](http://slack.k8s.io/) . Once you're logged in, join us in the [#SIG-Windows](https://kubernetes.slack.com/messages/sig-windows) channel.
|
||||
|
||||
To get access to shared documents, meeting calendar, and additional discussions, be sure to also join the [SIG-Windows Google Group](https://groups.google.com/forum/#!forum/kubernetes-sig-windows).
|
||||
|
||||
View the leadership team in SIG-Windows and other subprojects in the [getting started](https://github.com/kubernetes/community/tree/master/sig-windows) guide.
|
||||
|
||||
## Find work in progress
|
||||
|
||||
To get a handle on current work, you can view [outstanding PRs](https://github.com/kubernetes/kubernetes/pulls?q=is%3Apr+is%3Aopen+label%3Asig%2Fwindows+is%3Apr).
|
||||
|
||||
View the SIG-Windows project board, tracking detailed [issues across Kubernetes releases](https://github.com/orgs/kubernetes/projects/8).
|
||||
|
||||
## Building Kubernetes for Windows from Source
|
||||
|
||||
The Kubernetes build scripts have not been ported to Windows, so it's best to run in a Linux VM where you can run the same Docker container used in the official Kubernetes builds. This simplifies the steps, but means that you cannot build under Windows Subsystem for Linux (WSL).
|
||||
|
||||
It's best to skim over the [Building Kubernetes](https://github.com/kubernetes/kubernetes/blob/master/build/README.md) guide if you have never built Kubernetes before to get the latest info. These steps are a summary focused on cross-building the Windows node binaries (kubelet & kube-proxy).
|
||||
|
||||
### Build Prerequisites
|
||||
|
||||
At least 60GB of disk space is required, and 16GB of memory (or memory + swap).
|
||||
|
||||
Once you have a VM, install Git, [Docker-CE](https://docs.docker.com/install/), and make. The build scripts will pull a Docker container with the required version of golang and other needed tools preinstalled.
|
||||
|
||||
If you're using Ubuntu, then install the following packages: git, build-essential, [Docker-CE](https://docs.docker.com/install/linux/docker-ce/ubuntu/).
|
||||
|
||||
### Building Kubernetes binaries for Windows
|
||||
|
||||
You can build individual components such as kubelet, kube-proxy, or kubectl by running `./build/run.sh make <binary name> KUBE_BUILD_PLATFORMS=windows/amd64` such as `./build/run.sh make kubelet KUBE_BUILD_PLATFORMS=windows/amd64`
|
||||
|
||||
If you would like to build all binaries at once, then run `./build/run.sh make cross KUBE_BUILD_PLATFORMS=windows/amd64`
|
||||
|
||||
Once the build completes, the files will be in `_output/dockerized/bin`.
|
||||
|
||||
### Updating the Node binaries
|
||||
|
||||
Once you have binaries built, the easiest way to test them is to replace them on an existing cluster. This section assumes you already have a cluster in the cloud of your choice. To update the binaries on an existing node, follow these steps:
|
||||
|
||||
1. Drain & cordon a node with `kubectl drain <nodename>`
|
||||
2. Connect to the node with SSH or Windows Remote Desktop, and start PowerShell
|
||||
3. On the node, run `Stop-Service kubelet -Force`
|
||||
4. Copy kubelet.exe and kube-proxy.exe to a cloud storage account, or use SSH to copy them directly to the node.
|
||||
5. Overwrite the existing kubelet & kube-proxy binaries. If you don't know where they are, run `sc.exe qc kubelet` or `sc.exe qc kube-proxy` and look at the BINARY_PATH_NAME returned.
|
||||
6. Start the updated kubelet & kube-proxy with `Start-Service kubelet`
|
||||
|
||||
## Creating a PR
|
||||
|
||||
Congratulations on contributing to the SIG-Windows ecosystem. If there is a PR you would like to build, it's easy. You can create a working branch, pull the changes from GitHub in a patch, apply, then build.
|
||||
|
||||
The detailed steps here are based off an example PR on GitHub: [https://github.com/kubernetes/kubernetes/pull/74788](https://github.com/kubernetes/kubernetes/pull/74788). Be sure to replace the URL and steps with the PR you want to test.
|
||||
|
||||
1. Make sure your local clone is up-to-date with master: `git checkout master ; git pull master`
|
||||
2. Create a branch in your repo: `git checkout -b pr74788`
|
||||
3. Get the patch for the PR you want. Append `.patch` to the URL, and download it with curl: `curl -L -o pr74788.patch https://github.com/kubernetes/kubernetes/pull/74788.patch`
|
||||
4. Merge it with `patch -p1 < pr74788.patch`
|
||||
5. If there are errors, fix them as needed. Once you're done, delete the `.patch` file and then `git commit` the rest to your local branch.
|
||||
6. Deploy your own cluster, including Windows Nodes
|
||||
7. Test Your Changes
|
||||
|
||||
## Running Tests
|
||||
|
||||
For the most up-to-date steps on how to build and run tests, please go to [https://github.com/kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing). It has everything you need to build and run tests, as well as links to the SIG-Windows configurations used on [TestGrid](https://testgrid.k8s.io/sig-windows).
|
||||
|
||||
## Reporting Issues
|
||||
|
||||
You can open issues on [GitHub](https://github.com/kubernetes/kubernetes/issues/new/choose) and assign them to SIG-Windows by commenting on the issue with `/sig windows`. You should first search the list of issues in case it was reported previously and comment with your experience on the issue and add additional logs. SIG-Windows Slack is also a great avenue to get some initial support prior to creating a ticket.
|
||||
|
||||
It is important you include as much information as possible with your issue. That includes environment details, detailed steps on how to reproduce the issue, and logs.
|
||||
|
||||
## Gathering Logs
|
||||
|
||||
Logs are an important element of troubleshooting issues in Kubernetes. Make sure to include them any time you seek troubleshooting assistance from other contributors.
|
||||
|
||||
### Collecting Networking Logs
|
||||
1. On the node before creating the pod for the first time.
|
||||
2. `start-bitstransfer https://raw.githubusercontent.com/Microsoft/SDN/master/Kubernetes/windows/debug/collectlogs.ps1`
|
||||
3. Execute collectlogs.ps1 in a PowerShell window
|
||||
4 Start the trace by running `C:\k\debug\starthnstrace.cmd`
|
||||
5. Reproduce the issue
|
||||
6. Run `netsh trace stop`
|
||||
7. Execute collectlogs.ps1 in a PowerShell window again
|
||||
8. Include in your ticket `C:\server.etl`
|
||||
|
|
Loading…
Reference in New Issue