kubernetes/docs/devel
Zach Loafman dd8a72e4fb Fix patch release instructions
Somewhere in the last round of editing, I compressed the patch release
instructions after the release validation steps went in. They no
longer made sense because they assume some variables are set from the
previous step that you don't have set. Set them.

These instructions are now begging to be refactored between the patch
and normal releases, but I won't do that here.
2015-07-10 18:43:12 -07:00
..
developer-guides Auto-fixed docs 2015-07-10 10:54:47 -07:00
api_changes.md Update instructions on conversions. 2015-05-28 17:42:41 +02:00
cherry-picks.md fix verify gendocs 2015-07-10 12:51:35 -07: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 Update release notes tool and documentation 2015-07-07 17:40:10 -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
README.md add documentation and script on how to get recent and "nightly" builds 2015-06-29 14:50:41 -07:00
releasing.dot Move developer documentation to docs/devel/ 2014-10-15 08:30:02 -07:00
releasing.md Fix patch release instructions 2015-07-10 18:43:12 -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_algorithm.md fix verify gendocs 2015-07-10 12:51:35 -07:00
scheduler.md Auto-fixed docs 2015-07-10 10:54:47 -07:00
writing-a-getting-started-guide.md manual fixes 2015-07-10 10:54:47 -07:00

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