k3s/docs/devel
Mike Danese c053b9a51b add documentation and script on how to get recent and "nightly" builds 2015-06-29 14:50:41 -07:00
..
developer-guides Fix broken links in the vagrant developer guide. 2015-06-04 21:35:38 +00:00
README.md add documentation and script on how to get recent and "nightly" builds 2015-06-29 14:50:41 -07:00
api_changes.md Update instructions on conversions. 2015-05-28 17:42:41 +02:00
coding-conventions.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
collab.md Copy edits for spelling errors and typos 2015-06-12 18:47:28 -04:00
development.md Consolidate git setup documentation. 2015-06-09 21:11:52 -04:00
faster_reviews.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
flaky-tests.md Purge cluster/kubectl.sh from nearly all docs. 2015-06-09 13:35:52 -07:00
getting-builds.md add documentation and script on how to get recent and "nightly" builds 2015-06-29 14:50:41 -07:00
git_workflow.png Consolidate git setup documentation. 2015-06-09 21:11:52 -04:00
instrumentation.md Add devel doc laying out the steps to add new metrics to the code base. 2015-06-18 00:37:52 +00: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
making-release-notes.md fix master precommit hook 2015-06-19 09:59:27 -07:00
profiling.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
pull-requests.md Add PR merge policy for RC. 2015-06-23 16:02:25 -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.

  • 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