k3s/docs/devel
Brendan Burns bd0ee98538 Add some more clarity around "controversial" or "complex" PRs and merging. 2015-04-02 12:05:49 -07:00
..
developer-guides remove remaining references to containerized cadvisor. 2015-03-30 15:27:23 +01:00
README.md Added instruction for profiling apiserver 2015-02-14 00:11:38 +01:00
api_changes.md Add a pointer to kubernetes-dev to API changes doc. 2015-03-25 18:00:52 +00:00
coding-conventions.md Added a doc with coding advice. 2015-03-03 14:29:39 -08:00
collab.md Add some more clarity around "controversial" or "complex" PRs and merging. 2015-04-02 12:05:49 -07:00
development.md Proposed guidelines for new Getting-started-guides. 2015-03-30 09:52:52 -07:00
faster_reviews.md Better wording for clean up. 2015-03-23 23:51:46 -07:00
flaky-tests.md Fix bad config in flaky test documentation and add script to help check 2015-02-11 12:28:34 -08:00
issues.md Update issues.md 2015-04-01 16:37:42 -07:00
logging.md Add links to logging libraries in question 2015-02-03 15:09:46 +01:00
profiling.md apply comments 2015-02-20 09:39:13 +01: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
writing-a-getting-started-guide.md Proposed guidelines for new Getting-started-guides. 2015-03-30 09:52:52 -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.

  • Profiling Kubernetes (profiling.md): How to plug in go pprof profiler to Kubernetes.