k3s/docs/devel
Deyuan Deng 2945f87b1b Doc fixes 2015-01-11 21:20:49 -05:00
..
README.md Create README.md in docs/devel 2014-12-12 11:05:30 -08:00
collab.md Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
development.md Doc fixes 2015-01-11 21:20:49 -05:00
flaky-tests.md Update the doc on how to test for flakiness to actually work and to use kubectl. 2015-01-09 22:46:36 +00:00
issues.md Adding docs for prioritization of issues. 2014-12-01 19:07:46 -08:00
logging.md Separated user, dev, and design docs. 2014-10-31 08:35:53 -07:00
pull-requests.md Create pull-requests.md 2014-12-02 14:54:57 -08:00
releasing.dot Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
releasing.md Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
releasing.png Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
releasing.svg Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00

README.md

Developing Kubernetes

Docs in this directory relate to developing Kubernetes.

  • On Collaborative Development (collab.md): info on pull requests and code reviews.

  • Development Guide (development.md): Setting up your environment; tests.

  • Hunting flaky tests (flaky-tests.md): We have a goal of 99.9% flake free tests. Here's how to run your tests many times.

  • GitHub Issues (issues.md): How incoming issues are reviewed and prioritized.

  • Logging Conventions (logging.md]: Glog levels.

  • Pull Request Process (pull-requests.md): When and why pull requests are closed.

  • Releasing Kubernetes (releasing.md): How to create a Kubernetes release (as in version) and how the version information gets embedded into the built binaries.