Kubernetes community content
Go to file
Tim Hockin c8cc5f5d4a Run gendocs 2015-07-14 15:28:59 -07:00
developer-guides Run gendocs 2015-07-14 15:28:59 -07:00
README.md Run gendocs 2015-07-14 15:28:59 -07:00
api_changes.md Run gendocs 2015-07-14 15:28:59 -07:00
cherry-picks.md Run gendocs 2015-07-14 15:28:59 -07:00
coding-conventions.md Run gendocs 2015-07-14 15:28:59 -07:00
collab.md Run gendocs 2015-07-14 15:28:59 -07:00
development.md Run gendocs 2015-07-14 15:28:59 -07:00
faster_reviews.md Run gendocs 2015-07-14 15:28:59 -07:00
flaky-tests.md Run gendocs 2015-07-14 15:28:59 -07:00
getting-builds.md Run gendocs 2015-07-14 15:28:59 -07:00
git_workflow.png Consolidate git setup documentation. 2015-06-09 21:11:52 -04:00
instrumentation.md Run gendocs 2015-07-14 15:28:59 -07:00
issues.md Run gendocs 2015-07-14 15:28:59 -07:00
logging.md Run gendocs 2015-07-14 15:28:59 -07:00
making-release-notes.md Run gendocs 2015-07-14 15:28:59 -07:00
profiling.md Run gendocs 2015-07-14 15:28:59 -07:00
pull-requests.md Run gendocs 2015-07-14 15:28:59 -07:00
releasing.dot Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
releasing.md Run gendocs 2015-07-14 15:28:59 -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
scheduler.md Run gendocs 2015-07-14 15:28:59 -07:00
scheduler_algorithm.md Run gendocs 2015-07-14 15:28:59 -07:00
writing-a-getting-started-guide.md Run gendocs 2015-07-14 15:28:59 -07:00

README.md

WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.

Documentation for specific releases can be found at releases.k8s.io.

WARNING WARNING WARNING

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.

  • Making release notes (making-release-notes.md): Generating release nodes for a new release.

  • 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.

  • Instrumenting Kubernetes with a new metric (instrumentation.md): How to add a new metrics to the Kubernetes code base.

  • Coding Conventions (coding-conventions.md): Coding style advice for contributors.

  • Faster PR reviews (faster_reviews.md): How to get faster PR reviews.

  • Getting Recent Builds (getting-builds.md): How to get recent builds including the latest builds to pass CI.

Analytics