Skip to content

Latest commit

 

History

History
622 lines (534 loc) · 84.5 KB

labels.md

File metadata and controls

622 lines (534 loc) · 84.5 KB

Kubernetes GitHub Labels

Table of Contents

Intro

This file was auto generated by the label_sync tool, based on the labels.yaml that it uses to sync github labels across repos in the kubernetes github org

Why these labels?

The rule of thumb is that labels are here because they are intended to be produced or consumed by our automation (primarily prow) across all repos. There are some labels that can only be manually applied/removed, and where possible we would rather remove them or add automation to allow a larger set of contributors to apply/remove them.

How do I add a new label?

  • Add automation that consumes/produces the label
  • Open a PR, with a single commit, that:
    • updates labels.yaml with the new label(s)
    • runs make update-labels from the repo root (to regenerate the label descriptions and associated CSS)
  • Involve sig-contributor-experience in the change, eg: chat about it in slack, mention @kubernetes/sig-contributor-experience-pr-reviews in the PR, etc.
  • After the PR is merged, a kubernetes CronJob is responsible for syncing labels daily

Labels that apply to all repos, for both issues and PRs

Name Description Added By Prow Plugin
api-review Categorizes an issue or PR as actively needing an API review. anyone label
area/community-meeting Issues or PRs that should potentially be discussed in a Kubernetes community meeting. anyone label
area/dependency Issues or PRs related to dependency changes label
area/provider/aws Issues or PRs related to aws provider

This was previously area/platform/aws, area/platform/eks, sig/aws, aws,
label
area/provider/azure Issues or PRs related to azure provider

This was previously area/platform/aks, area/platform/azure, sig/azure, azure,
label
area/provider/digitalocean Issues or PRs related to digitalocean provider label
area/provider/gcp Issues or PRs related to gcp provider

This was previously area/platform/gcp, area/platform/gke, sig/gcp, gcp,
label
area/provider/ibmcloud Issues or PRs related to ibmcloud provider

This was previously sig/ibmcloud, ibmcloud,
label
area/provider/openstack Issues or PRs related to openstack provider

This was previously sig/openstack, openstack,
label
area/provider/vmware Issues or PRs related to vmware provider

This was previously area/platform/vsphere, sig/vmware, vmware,
label
committee/code-of-conduct Denotes an issue or PR intended to be handled by the code of conduct committee.

This was previously committee/conduct,
anyone label
committee/security-response Denotes an issue or PR intended to be handled by the product security committee.

This was previously committee/product-security,
anyone label
committee/steering Denotes an issue or PR intended to be handled by the steering committee. anyone label
kind/api-change Categorizes issue or PR as related to adding, removing, or otherwise changing an API

This was previously kind/new-api,
anyone label
kind/bug Categorizes issue or PR as related to a bug.

This was previously bug,
anyone label
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.

This was previously kind/friction, kind/technical-debt,
anyone label
kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. anyone label
kind/documentation Categorizes issue or PR as related to documentation.

This was previously kind/old-docs,
anyone label
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.

This was previously priority/failing-test, kind/e2e-test-failure, kind/upgrade-test-failure,
anyone label
kind/feature Categorizes issue or PR as related to a new feature.

This was previously enhancement, kind/enhancement,
anyone label
kind/flake Categorizes issue or PR as related to a flaky test. anyone label
kind/regression Categorizes issue or PR as related to a regression from a prior release. anyone label
kind/support Categorizes issue or PR as a support question.

This was previously close/support, question, triage/support,
humans
lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor.

This was previously active,
anyone lifecycle
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

This was previously keep-open,
anyone lifecycle
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. anyone or @fejta-bot via periodic-test-infra-rotten prowjob lifecycle
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

This was previously stale,
anyone or @fejta-bot via periodic-test-infra-stale prowjob lifecycle
needs-sig Indicates an issue or PR lacks a sig/foo label and requires one. prow require-matching-label
needs-triage Indicates an issue or PR lacks a triage/foo label and requires one. prow require-matching-label
priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. anyone label
priority/backlog Higher priority than priority/awaiting-more-evidence. anyone label
priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. anyone label
priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. anyone label
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. anyone label
sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. anyone label
sig/apps Categorizes an issue or PR as relevant to SIG Apps. anyone label
sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. anyone label
sig/auth Categorizes an issue or PR as relevant to SIG Auth. anyone label
sig/autoscaling Categorizes an issue or PR as relevant to SIG Autoscaling. anyone label
sig/cli Categorizes an issue or PR as relevant to SIG CLI. anyone label
sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. anyone label
sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. anyone label
sig/contributor-experience Categorizes an issue or PR as relevant to SIG Contributor Experience. anyone label
sig/docs Categorizes an issue or PR as relevant to SIG Docs. anyone label
sig/etcd Categorizes an issue or PR as relevant to SIG Etcd. anyone label
sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. anyone label
sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra.

This was previously wg/k8s-infra,
anyone label
sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster.

This was previously sig/federation, sig/federation (deprecated - do not use),
anyone label
sig/network Categorizes an issue or PR as relevant to SIG Network. anyone label
sig/node Categorizes an issue or PR as relevant to SIG Node. anyone label
sig/release Categorizes an issue or PR as relevant to SIG Release. anyone label
sig/scalability Categorizes an issue or PR as relevant to SIG Scalability. anyone label
sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. anyone label
sig/security Categorizes an issue or PR as relevant to SIG Security. anyone label
sig/storage Categorizes an issue or PR as relevant to SIG Storage. anyone label
sig/testing Categorizes an issue or PR as relevant to SIG Testing. anyone label
sig/ui Categorizes an issue or PR as relevant to SIG UI. anyone label
sig/windows Categorizes an issue or PR as relevant to SIG Windows. anyone label
triage/accepted Indicates an issue or PR is ready to be actively worked on. org members label
triage/duplicate Indicates an issue is a duplicate of other open issue.

This was previously close/duplicate, duplicate,
humans
triage/needs-information Indicates an issue needs more information in order to work on it.

This was previously close/needs-information,
humans
triage/not-reproducible Indicates an issue can not be reproduced as described.

This was previously close/not-reproducible,
humans
triage/unresolved Indicates an issue that can not or will not be resolved.

This was previously close/unresolved, invalid, wontfix,
humans
ug/big-data Categorizes an issue or PR as relevant to ug-big-data.

This was previously sig/big-data,
anyone label
ug/vmware Categorizes an issue or PR as relevant to ug-vmware. anyone label
wg/api-expression Categorizes an issue or PR as relevant to WG API Expression.

This was previously wg/apply,
anyone label
wg/batch Categorizes an issue or PR as relevant to WG Batch. anyone label
wg/data-protection Categorizes an issue or PR as relevant to WG Data Protection. anyone label
wg/iot-edge Categorizes an issue or PR as relevant to WG IOT Edge. anyone label
wg/multitenancy Categorizes an issue or PR as relevant to WG Multitenancy. anyone label
wg/naming Categorizes an issue or PR as relevant to WG Naming. anyone label
wg/policy Categorizes an issue or PR as relevant to WG Policy. anyone label
wg/reliability Categorizes an issue or PR as relevant to WG Reliability anyone label
wg/serving Categorizes an issue or PR as relevant to WG Serving. anyone label
wg/structured-logging Categorizes an issue or PR as relevant to WG Structured Logging. anyone label
¯\_(ツ)_/¯ ¯\_(ツ)_/¯ humans shrug

Labels that apply to all repos, only for issues

Name Description Added By Prow Plugin
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

This was previously for-new-contributors,
anyone help
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

This was previously help-wanted,
anyone help
tide/merge-blocker Denotes an issue that blocks the tide merge queue for a branch while it is open.

This was previously merge-blocker,
humans

Labels that apply to all repos, only for PRs

Name Description Added By Prow Plugin
approved Indicates a PR has been approved by an approver from all required OWNERS files. approvers approve
cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager.

This was previously cherrypick-approved,
humans
cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. prow cla
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. prow cla
do-not-merge DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed. humans
do-not-merge/blocked-paths Indicates that a PR should not merge because it touches files in blocked paths. prow blockade
do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. prow cherrypickunapproved
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. anyone hold
do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. prow invalidcommitmsg
do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. prow verify-owners
do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels.

This was previously release-note-label-needed,
prow releasenote
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. prow wip
lgtm "Looks good to me", indicates that a PR is ready to be merged. reviewers or members lgtm
needs-kind Indicates a PR lacks a kind/foo label and requires one. prow require-matching-label
needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. prow trigger
needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. prow needs-rebase
ok-to-test Indicates a non-member PR verified by an org member that is safe to test. prow trigger
release-note Denotes a PR that will be considered when it comes time to generate release notes. prow releasenote
release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. prow releasenote
release-note-none Denotes a PR that doesn't merit a release note. prow or member or author releasenote
size/L Denotes a PR that changes 100-499 lines, ignoring generated files. prow size
size/M Denotes a PR that changes 30-99 lines, ignoring generated files. prow size
size/S Denotes a PR that changes 10-29 lines, ignoring generated files. prow size
size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. prow size
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. prow size
size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. prow size
tide/merge-method-merge Denotes a PR that should use a standard merge by tide when it merges. humans
tide/merge-method-rebase Denotes a PR that should be rebased by tide when it merges. humans
tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

This was previously tide/squash,
humans

Labels that apply to kubernetes-sigs/cluster-api, for both issues and PRs

Name Description Added By Prow Plugin
area/api Issues or PRs related to the APIs anyone label
area/bootstrap Issues or PRs related to bootstrap providers anyone label
area/ci Issues or PRs related to ci anyone label
area/clustercachetracker Issues or PRs related to the clustercachetracker anyone label
area/clusterclass Issues or PRs related to clusterclass anyone label
area/clusterctl Issues or PRs related to clusterctl anyone label
area/clusterresourceset Issues or PRs related to clusterresourcesets anyone label
area/control-plane Issues or PRs related to control-plane lifecycle management anyone label
area/devtools Issues or PRs related to devtools anyone label
area/documentation Issues or PRs related to documentation anyone label
area/e2e-testing Issues or PRs related to e2e testing anyone label
area/ipam Issues or PRs related to ipam anyone label
area/logging Issues or PRs related to logging anyone label
area/machine Issues or PRs related to machine lifecycle management anyone label
area/machinedeployment Issues or PRs related to machinedeployments anyone label
area/machinehealthcheck Issues or PRs related to machinehealthchecks anyone label
area/machinepool Issues or PRs related to machinepools anyone label
area/machineset Issues or PRs related to machinesets anyone label
area/metrics Issues or PRs related to metrics anyone label
area/networking Issues or PRs related to networking label
area/provider/bootstrap-kubeadm Issues or PRs related to CAPBK anyone label
area/provider/control-plane-kubeadm Issues or PRs related to KCP anyone label
area/provider/core Issues or PRs related to the core provider anyone label
area/provider/infrastructure-docker Issues or PRs related to the docker infrastructure provider anyone label
area/provider/infrastructure-in-memory Issues or PRs related to the in-memory infrastructure provider anyone label
area/release Issues or PRs related to releasing anyone label
area/runtime-sdk Issues or PRs related to Runtime SDK anyone label
area/security Issues or PRs related to security anyone label
area/testing Issues or PRs related to testing anyone label
area/upgrades Issues or PRs related to upgrades anyone label
area/util Issues or PRs related to utils anyone label
kind/design Categorizes issue or PR as related to design. anyone label
kind/proposal Issues or PRs related to proposals. anyone label
kind/release-blocking Issues or PRs that need to be closed before the next CAPI release approvers label

Labels that apply to kubernetes-sigs/cluster-api, only for PRs

Name Description Added By Prow Plugin
do-not-merge/needs-area PR is missing an area label prow require-matching-label

Labels that apply to kubernetes-sigs/cluster-api-operator, for both issues and PRs

Name Description Added By Prow Plugin
area/api Issues or PRs related to the APIs anyone label
area/artifacts Issues or PRs related to the hosting of release artifacts anyone label
area/ci Issues or PRs related to ci anyone label
area/release Issues or PRs related to releasing anyone label
area/security Issues or PRs related to security anyone label
area/testing Issues or PRs related to testing anyone label
area/upgrades Issues or PRs related to upgrades anyone label
area/ux Issues or PRs related to UX anyone label
kind/design Categorizes issue or PR as related to design. anyone label
kind/proposal Issues or PRs related to proposals. anyone label
kind/release-blocking Issues or PRs that need to be closed before the next CAPI Operator release approvers label

Labels that apply to kubernetes-sigs/cluster-api-provider-aws, for both issues and PRs

Name Description Added By Prow Plugin
adr-required Denotes an issue or PR contains a decision that needs documenting using an ADR. anyone label
area/api Issues or PRs related to the APIs anyone label
area/artifacts Issues or PRs related to the hosting of release artifacts anyone label
area/clusterawsadm Issues or PRs related to clusterawsadm anyone label
area/code-organization Issues or PRs related to Cluster API code organization anyone label
area/conformance Issues or PRs related to Cluster API and Kubernetes conformance tests anyone label
area/deflake Issues or PRs related to deflaking Cluster API tests anyone label
area/kubetest Issues or PRs related to Cluster API Kubetest2 Provider anyone label
area/networking Issues or PRs related to networking label
area/provider/eks Issues or PRs related to Amazon EKS provider label
area/provider/rosa Issues or PRs related to Red Hat ROSA provider label
area/release Issues or PRs related to releasing anyone label
area/security Issues or PRs related to security anyone label
area/testing Issues or PRs related to testing anyone label
area/upgrades Issues or PRs related to upgrades anyone label
area/ux Issues or PRs related to UX anyone label
area/vpc Issues or PRs related to Amazon VPCs label
kind/backport Issues or PRs requiring backports approvers label
kind/proposal Issues or PRs related to proposals. anyone label
kind/release-blocking Issues or PRs that need to be closed before the next release approvers label

Labels that apply to kubernetes-sigs/cluster-api-provider-aws, only for issues

Name Description Added By Prow Plugin
area/admin Indicates an issue on admin area. label

Labels that apply to kubernetes-sigs/cluster-api-provider-azure, for both issues and PRs

Name Description Added By Prow Plugin
kind/proposal Issues or PRs related to proposals. anyone label

Labels that apply to kubernetes-sigs/cluster-api-provider-gcp, for both issues and PRs

Name Description Added By Prow Plugin
area/gke Issues or PRs related to GKE anyone label

Labels that apply to kubernetes-sigs/cluster-api-provider-vsphere, for both issues and PRs

Name Description Added By Prow Plugin
area/govmomi Issues or PRs related to the govmomi mode anyone label
area/supervisor Issues or PRs related to the supervisor mode anyone label

Labels that apply to kubernetes-sigs/contributor-tweets, for both issues and PRs

Name Description Added By Prow Plugin
area/contributor-comms Issues or PRs related to the upstream marketing team anyone label
kind/tweet Issues to parse and tweet from K8sContributor handle anyone label

Labels that apply to kubernetes-sigs/controller-runtime, for both issues and PRs

Name Description Added By Prow Plugin
kind/design Categorizes issue or PR as related to design. anyone label

Labels that apply to kubernetes-sigs/gateway-api, only for issues

Name Description Added By Prow Plugin
kind/user-story Categorizes an issue as capturing a user story humans

Labels that apply to kubernetes-sigs/gateway-api, only for PRs

Name Description Added By Prow Plugin
kind/gep PRs related to Gateway Enhancement Proposal(GEP) anyone label

Labels that apply to kubernetes-sigs/kind, for both issues and PRs

Name Description Added By Prow Plugin
area/provider/docker Issues or PRs related to docker humans
area/provider/podman Issues or PRs related to podman humans

Labels that apply to kubernetes-sigs/krew, for both issues and PRs

Name Description Added By Prow Plugin
priority/P0 P0 issues or PRs anyone label
priority/P1 P1 issues or PRs anyone label
priority/P2 P2 issues or PRs anyone label
priority/P3 P3 issues or PRs anyone label

Labels that apply to kubernetes-sigs/promo-tools, for both issues and PRs

Name Description Added By Prow Plugin
area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects anyone label
area/release-eng Issues or PRs related to the Release Engineering subproject

This was previously area/release-infra,
label

Labels that apply to kubernetes/community, for both issues and PRs

Name Description Added By Prow Plugin
area/annual-reports Issues or PRs related to the annual reports label
area/cn-summit Issues or PRs related to the Contributor Summit in China label
area/code-organization Issues or PRs related to kubernetes code organization label
area/conformance Issues or PRs related to kubernetes conformance tests label
area/contributor-comms Issues or PRs related to the upstream marketing team label
area/contributor-guide Issues or PRs related to the contributor guide label
area/contributor-summit Issues or PRs related to all Contributor Summit events label
area/deflake Issues or PRs related to deflaking kubernetes tests label
area/developer-guide Issues or PRs related to the developer guide label
area/devstats Issues or PRs related to the devstats subproject label
area/e2e-test-framework Issues or PRs related to refactoring the kubernetes e2e test framework label
area/elections Issues or PRs related to community elections label
area/enhancements Issues or PRs related to the Enhancements subproject label
area/eu-summit Issues or PRs related to the Contributor Summit in Europe label
area/github-management Issues or PRs related to GitHub Management subproject label
area/na-summit Issues or PRs related to the Contributor Summit in North America label
area/release-team Issues or PRs related to the release-team subproject label
area/slack-management Issues or PRs related to the Slack Management subproject label

Labels that apply to kubernetes/dns, only for issues

Name Description Added By Prow Plugin
area/kubedns Issues related to kube-dns anyone label
area/nodelocaldns Issues related to node-local-dns anyone label

Labels that apply to kubernetes/enhancements, for both issues and PRs

Name Description Added By Prow Plugin
area/code-organization Issues or PRs related to kubernetes code organization anyone label
area/contributor-comms Issues or PRs related to the upstream marketing team anyone label
area/enhancements Issues or PRs related to the Enhancements subproject anyone label
area/release-eng Issues or PRs related to the Release Engineering subproject

This was previously area/release-infra,
anyone label
kind/kep Categorizes KEP tracking issues and PRs modifying the KEP directory anyone label

Labels that apply to kubernetes/enhancements, only for issues

Name Description Added By Prow Plugin
lead-opted-in Denotes that an issue has been opted in to a release SIG leads ONLY label
stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status anyone stage
stage/beta Denotes an issue tracking an enhancement targeted for Beta status anyone stage
stage/stable Denotes an issue tracking an enhancement targeted for Stable/GA status anyone stage
tracked/no Denotes an enhancement issue is NOT actively being tracked by the Release Team Release enhancements team ONLY label
tracked/out-of-tree Denotes an out-of-tree enhancement issue, which does not need to be tracked by the Release Team Release enhancements team ONLY label
tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team Release enhancements team ONLY label

Labels that apply to kubernetes/k8s.io, for both issues and PRs

Name Description Added By Prow Plugin
area/access Define who has access to what via IAM bindings, role bindings, policy, etc. anyone label
area/apps Application management, code in apps/

This was previously area/cluster-infra,
anyone label
area/apps/cert-manager cert-manager, code in apps/cert-manager/

This was previously area/infra/cert-manager,
anyone label
area/apps/gcsweb gcsweb.k8s.io, code in apps/gcsweb/ anyone label
area/apps/k8s-io k8s.io redirector, code in apps/k8s-io/ anyone label
area/apps/kubernetes-external-secrets kubernetes-external-secrets, code in apps/kubernetes-external-secrets/ anyone label
area/apps/perfdash perfdash.k8s.io, code in apps/perdash/ anyone label
area/apps/prow k8s-infra-prow.k8s.io, code in apps/prow/ anyone label
area/apps/publishing-bot publishing-bot, code in apps/publishing-bot/

This was previously area/infra/publishing-bot,
anyone label
area/apps/slack-infra slack.k8s.io, slack-infra, code in apps/slack-infra anyone label
area/apps/triageparty-release release.triage.k8s.io, triage-party, code in apps/triageparty-release anyone label
area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects anyone label
area/audit Audit of project resources, audit followup issues, code in audit/

This was previously area/infra/auditing,
anyone label
area/bash Bash scripts, testing them, writing less of them, code in infra/gcp/ anyone label
area/billing Issues or PRs related to billing anyone label
area/cluster-mgmt REMOVING. This will be deleted after 2021-08-04 00:00:00 +0000 UTC

Issues or PRs related to managing k8s clusters to run k8s-infra
anyone label
area/dns DNS records for k8s.io, kubernetes.io, k8s.dev, etc., code in dns/ anyone label
area/groups Google Groups management, code in groups/ anyone label
area/infra Infrastructure management, infrastructure design, code in infra/

This was previously area/cluster-infra,
anyone label
area/infra/aws Issues or PRs related to Kubernetes AWS infrastructure anyone label
area/infra/gcp Issues or PRs related to Kubernetes GCP infrastructure anyone label
area/infra/monitoring REMOVING. This will be deleted after 2021-08-04 00:00:00 +0000 UTC

Issues or PRs related to monitoring of the Kubernetes project infrastructure
anyone label
area/infra/reliability REMOVING. This will be deleted after 2021-08-04 00:00:00 +0000 UTC

Issues or PR related to reliability of the Kubernetes project infrastructure
anyone label
area/k8s.gcr.io Code in k8s.gcr.io/ anyone label
area/policy Crafting policy, policy decisions, code in policy/ anyone label
area/prow Setting up or working with prow in general, prow.k8s.io, prow build clusters anyone label
area/registry.k8s.io Code in registry.k8s.io/ anyone label
area/release-eng Issues or PRs related to the Release Engineering subproject anyone label
area/terraform Terraform modules, testing them, writing more of them, code in infra/gcp/clusters/

This was previously area/infra/terraform,
anyone label

Labels that apply to kubernetes/k8s.io, only for PRs

Name Description Added By Prow Plugin
skip-review Indicates a PR is trusted, used by tide for auto-merging PRs. autobump bot

Labels that apply to kubernetes/kubeadm, for both issues and PRs

Name Description Added By Prow Plugin
kind/design Categorizes issue or PR as related to design. anyone label

Labels that apply to kubernetes/kubernetes, for both issues and PRs

Name Description Added By Prow Plugin
area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects anyone label
area/code-organization Issues or PRs related to kubernetes code organization label
area/conformance Issues or PRs related to kubernetes conformance tests label
area/deflake Issues or PRs related to deflaking kubernetes tests label
area/e2e-test-framework Issues or PRs related to refactoring the kubernetes e2e test framework label
area/network-policy Issues or PRs related to Network Policy subproject label
area/node-lifecycle Issues or PRs related to Node lifecycle label
area/pod-lifecycle Issues or PRs related to Pod lifecycle label
area/release-eng Issues or PRs related to the Release Engineering subproject

This was previously area/release-infra,
label
area/stable-metrics Issues or PRs involving stable metrics label
official-cve-feed Issues or PRs related to CVEs officially announced by Security Response Committee (SRC) anyone label

Labels that apply to kubernetes/kubernetes, only for issues

Name Description Added By Prow Plugin
area/admin Indicates an issue on admin area. label
area/api Indicates an issue on api area. label

Labels that apply to kubernetes/kubernetes, only for PRs

Name Description Added By Prow Plugin
do-not-merge/contains-merge-commits Indicates a PR which contains merge commits. prow mergecommitblocker
do-not-merge/needs-kind Indicates a PR lacks a kind/foo label and requires one. prow require-matching-label
do-not-merge/needs-sig Indicates an issue or PR lacks a sig/foo label and requires one. prow require-matching-label
needs-priority Indicates a PR lacks a priority/foo label and requires one. prow require-matching-label

Labels that apply to kubernetes/org, for both issues and PRs

Name Description Added By Prow Plugin
area/github-management Issues or PRs related to GitHub Management subproject label

Labels that apply to kubernetes/org, only for issues

Name Description Added By Prow Plugin
area/github-integration Third-party integrations, webhooks, or GitHub Apps label
area/github-membership Requesting membership in a Kubernetes GitHub Organization or Team label
area/github-repo Creating, migrating or deleting a Kubernetes GitHub Repository label

Labels that apply to kubernetes/release, for both issues and PRs

Name Description Added By Prow Plugin
area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects anyone label
area/release-eng Issues or PRs related to the Release Engineering subproject

This was previously area/release-infra,
label
area/release-eng/security Issues or PRs related to release engineering security label

Labels that apply to kubernetes/sig-release, for both issues and PRs

Name Description Added By Prow Plugin
area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects anyone label
area/enhancements Issues or PRs related to the Enhancements subproject label
area/release-eng Issues or PRs related to the Release Engineering subproject

This was previously area/release-infra,
label
area/release-eng/security Issues or PRs related to release engineering security label
area/release-team Issues or PRs related to the release-team subproject label

Labels that apply to kubernetes/sig-security, for both issues and PRs

Name Description Added By Prow Plugin
area/security-assessment Issues or PRs related to security assessment of sub-projects anyone

Labels that apply to kubernetes/test-infra, for both issues and PRs

Name Description Added By Prow Plugin
area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects anyone label
area/boskos Issues or PRs related to code in /boskos label
area/code-organization Issues or PRs related to kubernetes code organization label
area/config Issues or PRs related to code in /config label
area/conformance Issues or PRs related to kubernetes conformance tests label
area/deflake Issues or PRs related to deflaking kubernetes tests label
area/e2e-test-framework Issues or PRs related to refactoring the kubernetes e2e test framework label
area/enhancements Issues or PRs related to the Enhancements subproject label
area/ghproxy Issues or PRs related to code in /ghproxy label
area/github-management Issues or PRs related to GitHub Management subproject label
area/gopherage Issues or PRs related to code in /gopherage humans
area/greenhouse Issues or PRs related to code in /greenhouse (our remote bazel cache) label
area/gubernator Issues or PRs related to code in /gubernator label
area/kind Issues or PRs related to code in /kind label
area/label_sync Issues or PRs related to code in /label_sync label
area/mungegithub Issues or PRs related to code in /mungegithub label
area/planter Issues or PRs related to code in /planter label
area/prow Issues or PRs related to prow label
area/prow/branchprotector Issues or PRs related to prow's branchprotector component label
area/prow/bump Updates to the k8s prow cluster label
area/prow/clonerefs Issues or PRs related to prow's clonerefs component label
area/prow/config-bootstrapper Issues or PRs related to prow's config-bootstrapper utility label
area/prow/crier Issues or PRs related to prow's crier component label
area/prow/deck Issues or PRs related to prow's deck component label
area/prow/entrypoint Issues or PRs related to prow's entrypoint component label
area/prow/gcsupload Issues or PRs related to prow's gcsupload component label
area/prow/gerrit Issues or PRs related to prow's gerrit component label
area/prow/hook Issues or PRs related to prow's hook component label
area/prow/horologium Issues or PRs related to prow's horologium component label
area/prow/initupload Issues or PRs related to prow's initupload component label
area/prow/jenkins-operator Issues or PRs related to prow's jenkins-operator component label
area/prow/knative-build Issues or PRs related to prow's knative-build controller component label
area/prow/mkpj Issues or PRs related to prow's mkpj component label
area/prow/mkpod Issues or PRs related to prow's mkpod component label
area/prow/peribolos Issues or PRs related to prow's peribolos component label
area/prow/phony Issues or PRs related to prow's phony component label
area/prow/plank Issues or PRs related to prow's plank component label
area/prow/plugins Issues or PRs related to prow's plugins for the hook component label
area/prow/pod-utilities Issues or PRs related to prow's pod-utilities component label
area/prow/pubsub Issues or PRs related to prow's pubsub reporter component label
area/prow/sidecar Issues or PRs related to prow's sidecar component label
area/prow/sinker Issues or PRs related to prow's sinker component label
area/prow/splice Issues or PRs related to prow's splice component label
area/prow/spyglass Issues or PRs related to prow's spyglass UI label
area/prow/status-reconciler Issues or PRs related to reconciling status when jobs change label
area/prow/tide Issues or PRs related to prow's tide component label
area/prow/tot Issues or PRs related to prow's tot component label
area/release-eng Issues or PRs related to the Release Engineering subproject

This was previously area/release-infra,
label
area/robots Issues or PRs related to code in /robots label
kind/oncall-hotlist Categorizes issue or PR as tracked by test-infra oncall. anyone label

Labels that apply to kubernetes/test-infra, only for PRs

Name Description Added By Prow Plugin
skip-review Indicates a PR is trusted, used by tide for auto-merging PRs. autobump bot

Labels that apply to kubernetes/website, for both issues and PRs

Name Description Added By Prow Plugin
area/blog Issues or PRs related to the Kubernetes Blog subproject anyone label
area/contributor-comms Issues or PRs related to the upstream marketing team humans
area/release-eng Issues or PRs related to the Release Engineering subproject anyone label
area/web-development Issues or PRs related to the kubernetes.io's infrastructure, design, or build processes humans
language/ar Issues or PRs related to Arabic language anyone label
language/bn Issues or PRs related to Bengali language anyone label
language/de Issues or PRs related to German language anyone label
language/en Issues or PRs related to English language anyone label
language/es Issues or PRs related to Spanish language anyone label
language/fa Issues or PRs related to Persian language anyone label
language/fr Issues or PRs related to French language anyone label
language/hi Issues or PRs related to Hindi language anyone label
language/id Issues or PRs related to Indonesian language anyone label
language/it Issues or PRs related to Italian language anyone label
language/ja Issues or PRs related to Japanese language anyone label
language/ko Issues or PRs related to Korean language anyone label
language/no Issues or PRs related to Norwegian language anyone label
language/pl Issues or PRs related to Polish language anyone label
language/pt Issues or PRs related to Portuguese language anyone label
language/ru Issues or PRs related to Russian language anyone label
language/uk Issues or PRs related to Ukrainian language anyone label
language/vi Issues or PRs related to Vietnamese language anyone label
language/zh Issues or PRs related to Chinese language

This was previously language/cn,
anyone label

Labels that apply to kubernetes/website, only for issues

Name Description Added By Prow Plugin
team/katacoda Issues with the Katacoda infrastructure for tutorials anyone label

Labels that apply to kubernetes/website, only for PRs

Name Description Added By Prow Plugin
refactor Indicates a PR with large refactoring changes e.g. removes files or moves content anyone label