Kubernetes community content
Go to file
k8s-ci-robot 13140d520b
Merge pull request #1572 from atlassian/namespace-identifier
Namespace is a DNS_LABEL
2018-01-22 10:49:35 -08:00
.github
archive
committee-steering
communication
contributors Merge pull request #1572 from atlassian/namespace-identifier 2018-01-22 10:49:35 -08:00
events
generator generator: add google groups for github teams 2018-01-18 16:26:07 +05:30
hack
keps fix dead link to the initial kep 001 2018-01-22 13:00:19 -05:00
mentoring Updated Ihor's mail 2018-01-19 01:01:17 +02:00
project-managers
sig-api-machinery sig-apimachinery: rename TPR to CRD in README 2018-01-18 16:39:04 +05:30
sig-apps update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-architecture Merge pull request #1621 from nikhita/github-teams-google-groups 2018-01-18 14:05:27 -08:00
sig-auth update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-autoscaling update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-aws update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-azure update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-big-data update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-cli update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-cluster-lifecycle update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-cluster-ops
sig-contributor-experience update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-docs update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-gcp update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-instrumentation update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-multicluster update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-network update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-node update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-on-premise update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-openstack update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-product-management Update calebamiles affiliation 2018-01-22 09:56:47 -08:00
sig-release Update calebamiles affiliation 2018-01-22 09:56:47 -08:00
sig-rktnetes
sig-scalability update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-scheduling update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-service-catalog update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-storage sig-storage: remove google groups info 2018-01-18 16:29:47 +05:30
sig-testing update generated sig READMEs 2018-01-18 16:29:17 +05:30
sig-ui
sig-windows update generated sig READMEs 2018-01-18 16:29:17 +05:30
wg-app-def
wg-cloud-provider move cloud provider kep to keps/ 2018-01-09 13:54:02 -08:00
wg-cluster-api Update the owners for the cluster api working group. 2018-01-12 13:23:00 -08:00
wg-container-identity
wg-kubeadm-adoption
wg-multitenancy
wg-resource-management
.generated_files
.gitignore
.travis.yml
CLA.md
CONTRIBUTING.md Point contributors towards our new resources 2018-01-19 10:15:49 -05:00
LICENSE
Makefile
OWNERS
OWNERS_ALIASES Update OWNERS_ALIASES 2018-01-19 13:53:21 -08:00
README.md
code-of-conduct.md
communication.md Fix slack signup link 2018-01-11 12:22:00 +00:00
community-membership.md
governance.md
incubator.md
org-owners-guide.md Adding initial directions for kubernetes organization owners 2018-01-18 20:37:51 -05:00
sig-creation-procedure.md
sig-governance.md
sig-list.md Update calebamiles affiliation 2018-01-22 09:56:47 -08:00
sigs.yaml Update calebamiles affiliation 2018-01-22 09:56:47 -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