k3s/docs/devel
Tim Hockin 5cf5445d24 Change 'minion' to 'node' in docs 2015-07-13 15:59:30 -07:00
..
developer-guides Change 'minion' to 'node' in docs 2015-07-13 15:59:30 -07:00
README.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
api_changes.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
cherry-picks.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
coding-conventions.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
collab.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
development.md Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs 2015-07-13 13:27:56 -07:00
faster_reviews.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
flaky-tests.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
getting-builds.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
git_workflow.png Consolidate git setup documentation. 2015-06-09 21:11:52 -04:00
instrumentation.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
issues.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
logging.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
making-release-notes.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
profiling.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
pull-requests.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
releasing.dot Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
releasing.md Merge pull request #11099 from zmerlynn/fix-patch-version-instructions 2015-07-13 13:08:53 -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 and munges 2015-07-13 11:27:48 -07:00
scheduler_algorithm.md Run gendocs and munges 2015-07-13 11:27:48 -07:00
writing-a-getting-started-guide.md Run gendocs and munges 2015-07-13 11:27:48 -07:00

README.md

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

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