Kubernetes community content
Go to file
gmarek 1a44e87905 Add Extending SLO docs to sig-scalability 2017-04-12 13:34:04 +02:00
archive
community Close #420 2017-03-06 16:28:38 -08:00
contributors Merge pull request #522 from wanghaoran1988/fix_link 2017-04-10 13:46:00 +08:00
project-managers
sig-api-machinery move sig-api-machinery api extensions position to community 2017-03-24 10:59:32 -04:00
sig-apps Slack and mailing list links added 2017-03-16 13:29:14 +02:00
sig-auth Fixed mailing list link for SIG-Auth 2017-03-16 13:37:29 +02:00
sig-autoscaling
sig-aws
sig-big-data Merge pull request #492 from foxish/foxish-patch-1 2017-03-29 16:10:05 -07:00
sig-cli update_sig-cli 2017-03-30 19:00:39 +08:00
sig-cluster-lifecycle
sig-cluster-ops
sig-contribx Fix backlog link 2017-04-05 09:34:18 -07:00
sig-docs
sig-federation
sig-instrumentation
sig-network
sig-node
sig-on-prem
sig-openstack List of the SIG-OpenStack members deleted 2017-03-06 17:02:23 +02:00
sig-pm Indents added 2017-02-28 19:56:00 +02:00
sig-rktnetes
sig-scalability Add Extending SLO docs to sig-scalability 2017-04-12 13:34:04 +02:00
sig-scheduling
sig-service-catalog Add link to youtube playlist for sig-service-catalog meetings 2017-02-28 15:34:23 -05:00
sig-storage Fix the error url show in incubator.md 2017-03-28 19:59:33 +08:00
sig-testing
sig-ui
sig-windows Add link to GC Next 2017 demo instructions. 2017-03-10 00:16:18 +00: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
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
governance.md
incubator.md update kubernetes-incubator link in incubator.md 2017-04-05 08:57:48 +08:00
sig-creation-procedure.md Added explanation of the procedure 2017-04-10 13:27:56 +03:00
sig-list.md Merge pull request #508 from euank/update-sigs 2017-04-05 14:58:00 -04: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