Kubernetes community content
Go to file
Cameron Zahedi 21c9b18ef6 Quick update with the remaining text :) 2017-04-07 17:33:36 -07:00
archive Updated to latest format 2016-05-13 11:06:38 -04:00
community Quick update with the remaining text :) 2017-04-07 17:33:36 -07:00
contributors Clarify ownership of pod execution policy 2017-04-07 13:03:46 -07:00
project-managers Incorrect punctuation types 2016-12-22 15:50:25 +08:00
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 Add SIG pages from kubernetes.wiki as READMEs 2016-05-12 15:41:04 -07:00
sig-aws add sig-aws agenda doc link 2017-02-10 10:12:36 -07:00
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 Merge pull request #26 from kubernetes/sarahnovotny-patch-2 2016-07-12 10:18:33 -07:00
sig-cluster-ops updated to match the former wiki page 2016-06-17 10:40:38 -07:00
sig-contribx Fix backlog link 2017-04-05 09:34:18 -07:00
sig-docs Update README.md 2017-02-21 11:46:13 -08:00
sig-federation Fix SIG-Federation notes link 2017-01-31 17:46:18 -08:00
sig-instrumentation Add hangout links for many SIGs to top-level README 2016-09-02 00:12:48 -04:00
sig-network Add YouTube channel link for recorded SIG network meetings 2017-01-20 09:23:20 -08:00
sig-node Add SIG pages from kubernetes.wiki as READMEs 2016-05-12 15:41:04 -07:00
sig-on-prem Updated SIG OnPrem meeting time 2017-02-13 14:37:57 +01:00
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 Update README.md 2016-08-22 11:41:58 -07:00
sig-scalability added information about our goals. 2017-02-24 10:19:00 -08:00
sig-scheduling Updated Communication for sig scheduling. 2016-12-28 09:47:13 +08:00
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 Incorrect punctuation types 2016-12-22 15:50:25 +08:00
sig-ui Corrected my GitHub username 2016-12-30 12:45:32 -05:00
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 Initial commit 2016-05-02 20:36:05 -07: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
governance.md Update governance.md 2017-01-19 09:10:30 -08:00
incubator.md update kubernetes-incubator link in incubator.md 2017-04-05 08:57:48 +08:00
sig-creation-procedure.md Merge pull request #353 from dmmcquay/typo_sig-creation-procedure_doc 2017-02-10 09:48:16 +08: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