Kubernetes community content
Go to file
Wojciech Tyczynski 48542f287d Initial version of scalability thresholds 2017-07-19 14:45:25 +02:00
archive Updated to latest format 2016-05-13 11:06:38 -04:00
community Move developer-summit-2016 to 2016-events 2017-06-21 11:03:15 -07:00
contributors Merge pull request #816 from atlassian/update-staging-godeps 2017-07-17 18:09:13 -07:00
generator Remove duplication 2017-07-14 10:20:04 +02:00
project-managers Fix "Stack Overflow" across docs. 2017-05-29 10:01:59 -07:00
scripts Add verify script and Travis file 2017-06-07 15:27:03 +01:00
sig-api-machinery Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-apps Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-architecture Fixed Zoom link for SIG Architecture 2017-07-06 14:08:08 -04:00
sig-auth Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-autoscaling Autogen update 2017-06-27 11:24:06 +02:00
sig-aws Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-azure Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-big-data Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-cli Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-cluster-lifecycle Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-cluster-ops Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-contributor-experience take Phillip Wittrock out of contrib-x and docs sig leads 2017-07-12 11:07:47 -07:00
sig-docs take Phillip Wittrock out of contrib-x and docs sig leads 2017-07-12 11:07:47 -07:00
sig-federation Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-instrumentation Add mission statement for sig-instrumentation 2017-07-12 13:23:46 +02:00
sig-network Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-node Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-on-premise Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-openstack Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-product-management Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-release Create SIG Release 2017-05-10 04:54:17 -07:00
sig-rktnetes Update README.md 2016-08-22 11:41:58 -07:00
sig-scalability Initial version of scalability thresholds 2017-07-19 14:45:25 +02:00
sig-scheduling Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-service-catalog Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-storage Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-testing Regenerate sig docs 2017-06-22 09:55:39 -07:00
sig-ui Wrong link to sig lead github page 2017-07-11 16:54:22 -07:00
sig-windows Regenerate sig docs 2017-06-22 09:55:39 -07:00
wg-resource-management regenerate docs 2017-07-07 15:30:28 -04:00
.travis.yml Remove duplication 2017-07-14 10:20:04 +02:00
CLA.md Close #420 2017-03-06 16:28:38 -08:00
CONTRIBUTING.md Fix links, tighten text, rename file to standard naming. 2017-03-08 10:55:33 -08:00
LICENSE Initial commit 2016-05-02 20:36:05 -07:00
Makefile Remove duplication 2017-07-14 10:20:04 +02:00
README.md Update README.md 2017-03-14 20:38:36 -07:00
communication.md Update KubeCon links 2017-03-14 21:54:51 -04:00
community-membership.md Update membership sponsor requirements to be from different companies. 2017-06-21 13:07:34 -07:00
governance.md Split governance.md into separate docs. 2017-05-12 16:23:07 -07:00
incubator.md Merge pull request #673 from justinsb/kops_graduation 2017-06-14 14:14:11 -04:00
sig-creation-procedure.md Split governance.md into separate docs. 2017-05-12 16:23:07 -07:00
sig-governance.md Fixed broken references to sig-pm, sig-contribx, sig-onprem 2017-05-25 10:08:00 -04:00
sig-list.md Merge pull request #801 from pwittrock/leads 2017-07-13 18:38:26 -07:00
sigs.yaml Merge pull request #726 from jamiehannaford/add-tests 2017-07-14 10:13:35 -07:00

README.md

Kubernetes Community

Welcome to the Kubernetes community!

This is the starting point for becoming a contributor - improving docs, improving code, giving talks etc.

Communicating

The communication page lists communication channels like chat, issues, mailing lists, conferences, etc.

For more specific topics, try a SIG.

SIGs

Kubernetes is a set of projects, each shepherded by a special interest group (SIG).

A first step to contributing is to pick from the list of kubernetes SIGs.

A SIG can have its own policy for contribution, described in a README or CONTRIBUTING file in the SIG folder in this repo (e.g. sig-cli/CONTRIBUTING), and its own mailing list, slack channel, etc.

How Can I Help?

Documentation (like the text you are reading now) can always use improvement!

There's a semi-curated list of issues that should not need deep knowledge of the system.

To dig deeper, read a design doc, e.g. architecture.

Pick a SIG, peruse its associated cmd directory, find a main() and read code until you find something you want to fix.

There's always code that can be clarified and variables or functions that can be renamed or commented.

There's always a need for more test coverage.

Learn to Build

Links in contributors/devel/README.md lead to many relevant topics, including

Your First Contribution

We recommend that you work on existing issues before attempting to develop a new feature.

Find an existing issue (e.g. one marked help-wanted, or simply ask a SIG lead for suggestions), and respond on the issue thread expressing interest in working on it.

This helps other people know that the issue is active, and hopefully prevents duplicated efforts.

Before submitting a pull request, sign the CLA.

If you want to work on a new idea of relatively small scope:

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owners will respond to your issue promptly.
  3. If your proposed change is accepted, sign the CLA, and start work in your fork.
  4. Submit a pull request containing a tested change.

Analytics