k3s/docs/devel
Anastasis Andronidis 9e3a540940 rename resize to scale 2015-05-27 19:08:06 +02:00
..
developer-guides rename resize to scale 2015-05-27 19:08:06 +02:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
api_changes.md Automatically generate conversions 2015-05-20 17:11:18 +02:00
coding-conventions.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
collab.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
development.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
faster_reviews.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
flaky-tests.md Merge pull request #8349 from caesarxuchao/flaky-tests-docs 2015-05-18 10:18:25 -07:00
issues.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
logging.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
profiling.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
pull-requests.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
releasing.dot Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
releasing.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -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 Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -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.

Analytics