k3s/docs/devel
Chao Xu 3ec4cd423e linkchecker tool now visits the URL to determine if it's valid 2016-01-26 17:01:37 -08:00
..
developer-guides run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
README.md docs: move local getting started guide to docs/devel/ 2016-01-05 10:28:35 -08:00
adding-an-APIGroup.md Clean up standalone conversion tool 2015-12-23 10:31:08 +08:00
api-conventions.md Merge pull request #18047 from caesarxuchao/munger-tag-new 2015-12-22 10:35:20 -08:00
api_changes.md Merge pull request #18047 from caesarxuchao/munger-tag-new 2015-12-22 10:35:20 -08:00
automation.md fix wrong submit-queue.go link 2016-01-06 13:09:53 +08:00
cherry-picks.md Merge pull request #18864 from nikhiljindal/updateCPDoc 2016-01-04 14:30:45 -08:00
cli-roadmap.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
client-libraries.md Alphabetize user contributed libraries list. 2016-01-12 14:20:33 -08:00
coding-conventions.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
collab.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
development.md Add hack/update-godep-licenses.sh to generate Godeps/LICENSES.md 2016-01-14 09:05:25 -08:00
e2e-tests.md Change wording about experimental API 2016-01-22 16:03:08 -08:00
faster_reviews.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
flaky-tests.md add expectations for flaky test issues 2016-01-25 14:18:17 -08:00
getting-builds.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
git_workflow.png fix a typo in development.md and update git_workflow.png 2015-09-10 00:22:43 +08:00
how-to-doc.md linkchecker tool now visits the URL to determine if it's valid 2016-01-26 17:01:37 -08:00
instrumentation.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
issues.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
kubectl-conventions.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
kubemark-guide.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
logging.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
making-release-notes.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
mesos-style.md How to build Mesos/Omega-style frameworks on Kubernetes. 2016-01-23 22:00:19 -08:00
node-performance-testing.md Add node performance measuring guide 2016-01-06 15:19:05 -08:00
owners.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
profiling.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
pull-requests.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
releasing.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
running-locally.md docs: move local getting started guide to docs/devel/ 2016-01-05 10:28:35 -08:00
scheduler.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
scheduler_algorithm.md Ubernetes Lite: Volumes can dictate zone scheduling 2015-12-31 12:27:01 -05:00
update-release-docs.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
writing-a-getting-started-guide.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/README.md).

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

Kubernetes Developer Guide

The developer guide is for anyone wanting to either write code which directly accesses the Kubernetes API, or to contribute directly to the Kubernetes project. It assumes some familiarity with concepts in the User Guide and the Cluster Admin Guide.

The process of developing and contributing code to the Kubernetes project

  • On Collaborative Development (collab.md): Info on pull requests and code reviews.

  • GitHub Issues (issues.md): How incoming issues are reviewed and prioritized.

  • Pull Request Process (pull-requests.md): When and why pull requests are closed.

  • 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 that pass CI.

  • Automated Tools (automation.md): Descriptions of the automation that is running on our github repository.

Setting up your dev environment, coding, and debugging

  • Development Guide (development.md): Setting up your development environment.

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

  • Logging Conventions (logging.md]: Glog levels.

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

  • Running a cluster locally (running-locally.md): A fast and lightweight local cluster deployment for developement.

Developing against the Kubernetes API

Writing plugins

Building releases

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

  • Releasing Kubernetes (releasing.md): How to create a Kubernetes release (as in version) and how the version information gets embedded into the built binaries.

Analytics