2014-12-12 19:05:30 +00:00
|
|
|
# Developing Kubernetes
|
|
|
|
|
|
|
|
Docs in this directory relate to developing Kubernetes.
|
|
|
|
|
|
|
|
* **On Collaborative Development** ([collab.md](collab.md)): info on pull requests and code reviews.
|
|
|
|
|
2015-01-21 08:59:56 +00:00
|
|
|
* **Development Guide** ([development.md](development.md)): Setting up your environment tests.
|
2014-12-12 19:05:30 +00:00
|
|
|
|
2015-06-19 15:41:12 +00:00
|
|
|
* **Making release notes** ([making-release-notes.md](making-release-notes.md)): Generating release nodes for a new release.
|
|
|
|
|
2014-12-12 19:05:30 +00:00
|
|
|
* **Hunting flaky tests** ([flaky-tests.md](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](issues.md)): How incoming issues are reviewed and prioritized.
|
|
|
|
|
|
|
|
* **Logging Conventions** ([logging.md](logging.md)]: Glog levels.
|
|
|
|
|
|
|
|
* **Pull Request Process** ([pull-requests.md](pull-requests.md)): When and why pull requests are closed.
|
|
|
|
|
|
|
|
* **Releasing Kubernetes** ([releasing.md](releasing.md)): How to create a Kubernetes release (as in version)
|
|
|
|
and how the version information gets embedded into the built binaries.
|
2015-02-13 23:11:38 +00:00
|
|
|
|
|
|
|
* **Profiling Kubernetes** ([profiling.md](profiling.md)): How to plug in go pprof profiler to Kubernetes.
|
2015-05-14 22:12:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/devel/README.md?pixel)]()
|