Kubernetes community content
Go to file
Matt Landis be99018a47 Update sig-auth meeting time to 11:00 PT 2018-01-10 10:21:13 -08:00
.github Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
archive
committee-steering
communication minor grammar and spelling fixes 2018-01-04 12:53:12 -08:00
contributors Merge pull request #1564 from misterikkit/schedulerMove 2018-01-09 13:03:11 -08:00
events unbreak a few event links 2018-01-06 12:06:15 -08:00
generator
hack
keps Merge pull request #1580 from calebamiles/wip-propose-additional-kep-owners 2018-01-08 15:01:10 -08:00
mentoring
project-managers Drop reference to kubernetes/kubernetes/wiki 2018-01-03 16:31:59 -08:00
sig-api-machinery
sig-apps Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
sig-architecture Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
sig-auth Update sig-auth meeting time to 11:00 PT 2018-01-10 10:21:13 -08:00
sig-autoscaling
sig-aws Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
sig-azure
sig-big-data
sig-cli Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
sig-cluster-lifecycle Update the cluster lifecycle mission statement. 2018-01-08 22:44:54 -08:00
sig-cluster-ops
sig-contributor-experience Fix migrated from wiki page 2017-12-21 18:34:08 -08:00
sig-docs ran make generate for sig-docs 2018-01-04 11:00:50 -08:00
sig-gcp
sig-instrumentation
sig-multicluster Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
sig-network
sig-node
sig-on-premise
sig-openstack Update sig-openstack meeting time to 0000 UTC Thursdays 2018-01-05 09:29:11 -05:00
sig-product-management
sig-release
sig-rktnetes
sig-scalability Remove jbeda as lead of SIG-scalability 2018-01-05 10:39:53 -08:00
sig-scheduling
sig-service-catalog
sig-storage Fix some more links 2017-12-22 14:03:56 -08:00
sig-testing Use short uris for sig-testing links 2017-12-20 12:08:56 -05:00
sig-ui
sig-windows Replace draft links with 1.9 live docs 2017-12-22 11:37:35 -08:00
wg-app-def
wg-cloud-provider Not sure what these are. 2018-01-05 15:03:35 -08:00
wg-cluster-api
wg-container-identity
wg-kubeadm-adoption
wg-multitenancy
wg-resource-management
.generated_files Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
.gitignore
.travis.yml
CLA.md Update CLA.md 2017-12-31 10:29:39 -08:00
CONTRIBUTING.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
LICENSE
Makefile
OWNERS
OWNERS_ALIASES
README.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
code-of-conduct.md
communication.md update communication.md 2017-12-28 10:45:53 -08:00
community-membership.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
governance.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
incubator.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
sig-creation-procedure.md
sig-governance.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
sig-list.md Update sig-auth meeting time to 11:00 PT 2018-01-10 10:21:13 -08:00
sigs.yaml Update sig-auth meeting time to 11:00 PT 2018-01-10 10:21:13 -08:00
sysadmin.md

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.

If you want to edit details about a SIG (e.g. its weekly meeting time or its leads), please follow these instructions that detail how our docs are auto-generated.

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 an existing issue before attempting to develop a new feature.

Start by finding an existing issue with the help wanted label; these issues we've deemed are well suited for new contributors. Alternatively, if there is a specific area you are interested in, 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