# Format is as follows. # default: global configuration to be applied to all repos # repos: list of repos with specific configuration to be applied in addition to default # labels: list of labels - keys for each item: color, description, name, target, deleteAfter, previously # deleteAfter: 2006-01-02T15:04:05Z (rfc3339) # previously: list of previous labels (color name deleteAfter, previously) # target: one of issues, prs, or both (also TBD) # addedBy: human? prow plugin? other? --- default: labels: - color: e11d21 description: Categorizes an issue or PR as actively needing an API review. name: api-review target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to dependency changes name: area/dependency target: both addedBy: label - color: 0052cc description: Issues or PRs related to aws provider name: area/provider/aws target: both addedBy: label previously: - name: area/platform/aws - name: area/platform/eks - name: sig/aws - name: aws - color: 0052cc description: Issues or PRs related to azure provider name: area/provider/azure target: both addedBy: label previously: - name: area/platform/aks - name: area/platform/azure - name: sig/azure - name: azure - color: 0052cc description: Issues or PRs related to digitalocean provider name: area/provider/digitalocean target: both addedBy: label - color: 0052cc description: Issues or PRs related to gcp provider name: area/provider/gcp target: both addedBy: label previously: - name: area/platform/gcp - name: area/platform/gke - name: sig/gcp - name: gcp - color: 0052cc description: Issues or PRs related to ibmcloud provider name: area/provider/ibmcloud target: both addedBy: label previously: - name: sig/ibmcloud - name: ibmcloud - color: 0052cc description: Issues or PRs related to openstack provider name: area/provider/openstack target: both addedBy: label previously: - name: sig/openstack - name: openstack - color: 0052cc description: Issues or PRs related to vmware provider name: area/provider/vmware target: both addedBy: label previously: - name: area/platform/vsphere - name: sig/vmware - name: vmware - color: 0052cc description: Issues or PRs related to KRO name: area/kro target: both addedBy: label - color: 0052cc description: Issues or PRs that should potentially be discussed in a Kubernetes community meeting. name: area/community-meeting target: both prowPlugin: label addedBy: anyone - color: 0ffa16 description: Indicates a PR has been approved by an approver from all required OWNERS files. name: approved target: prs prowPlugin: approve addedBy: approvers - color: fef2c0 description: Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. # Consumed by the kubernetes/kubernetes cherry-pick-queue. name: cherry-pick-approved target: prs addedBy: humans previously: - name: cherrypick-approved - color: 8fc951 description: Indicates an issue or PR is ready to be actively worked on. name: triage/accepted target: both prowPlugin: label addedBy: org members - color: d455d0 description: Indicates an issue is a duplicate of other open issue. name: triage/duplicate target: both previously: - name: close/duplicate - name: duplicate addedBy: humans - color: d455d0 description: Indicates an issue needs more information in order to work on it. name: triage/needs-information previously: - name: close/needs-information target: both addedBy: humans - color: d455d0 description: Indicates an issue can not be reproduced as described. name: triage/not-reproducible previously: - name: close/not-reproducible target: both addedBy: humans - color: d455d0 description: Indicates an issue that can not or will not be resolved. name: triage/unresolved previously: - name: close/unresolved - name: invalid - name: wontfix target: both addedBy: humans - color: c0ff4a description: Denotes an issue or PR intended to be handled by the code of conduct committee. # (as of yet non-existent) name: committee/code-of-conduct target: both prowPlugin: label addedBy: anyone previously: - name: committee/conduct - color: c0ff4a description: Denotes an issue or PR intended to be handled by the steering committee. name: committee/steering target: both prowPlugin: label addedBy: anyone - color: c0ff4a description: Denotes an issue or PR intended to be handled by the product security committee. name: committee/security-response target: both prowPlugin: label addedBy: anyone previously: - name: committee/product-security - color: e11d21 description: Indicates the PR's author has not signed the CNCF CLA. name: 'cncf-cla: no' target: prs prowPlugin: cla addedBy: prow - color: bfe5bf description: Indicates the PR's author has signed the CNCF CLA. name: 'cncf-cla: yes' target: prs prowPlugin: cla addedBy: prow - color: e11d21 description: DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed. name: do-not-merge target: prs addedBy: humans - color: e11d21 description: Indicates that a PR should not merge because it touches files in blocked paths. name: do-not-merge/blocked-paths target: prs prowPlugin: blockade addedBy: prow - color: e11d21 description: Indicates that a PR is not yet approved to merge into a release branch. name: do-not-merge/cherry-pick-not-approved target: prs addedBy: prow prowPlugin: cherrypickunapproved - color: e11d21 description: Indicates that a PR should not merge because someone has issued a /hold command. name: do-not-merge/hold target: prs prowPlugin: hold addedBy: anyone - color: e11d21 description: Indicates that a PR should not merge because it has an invalid commit message. name: do-not-merge/invalid-commit-message target: prs prowPlugin: invalidcommitmsg addedBy: prow - color: e11d21 description: Indicates that a PR should not merge because it has an invalid OWNERS file in it. name: do-not-merge/invalid-owners-file target: prs prowPlugin: verify-owners addedBy: prow - color: e11d21 description: Indicates that a PR should not merge because it's missing one of the release note labels. name: do-not-merge/release-note-label-needed previously: - name: release-note-label-needed target: prs prowPlugin: releasenote addedBy: prow - color: e11d21 description: Indicates that a PR should not merge because it is a work in progress. name: do-not-merge/work-in-progress target: prs prowPlugin: wip addedBy: prow - color: 7057ff description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. name: 'good first issue' previously: - name: for-new-contributors target: issues prowPlugin: help addedBy: anyone - color: 006b75 description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. name: 'help wanted' previously: - name: help-wanted target: issues prowPlugin: help addedBy: anyone - color: e11d21 description: Categorizes issue or PR as related to adding, removing, or otherwise changing an API name: kind/api-change previously: - name: kind/new-api target: both prowPlugin: label addedBy: anyone - color: e11d21 description: Categorizes issue or PR as related to a bug. name: kind/bug previously: - name: bug target: both prowPlugin: label addedBy: anyone - color: c7def8 description: Categorizes issue or PR as related to cleaning up code, process, or technical debt. name: kind/cleanup previously: - name: kind/friction - name: kind/technical-debt target: both prowPlugin: label addedBy: anyone - color: e11d21 description: Categorizes issue or PR as related to a feature/enhancement marked for deprecation. name: kind/deprecation target: both prowPlugin: label addedBy: anyone - color: c7def8 description: Categorizes issue or PR as related to documentation. name: kind/documentation previously: - name: kind/old-docs target: both prowPlugin: label addedBy: anyone - color: e11d21 description: Categorizes issue or PR as related to a consistently or frequently failing test. name: kind/failing-test previously: - name: priority/failing-test - name: kind/e2e-test-failure - name: kind/upgrade-test-failure target: both prowPlugin: label addedBy: anyone - color: c7def8 description: Categorizes issue or PR as related to a new feature. name: kind/feature previously: - name: enhancement - name: kind/enhancement target: both prowPlugin: label addedBy: anyone - color: f7c6c7 description: Categorizes issue or PR as related to a flaky test. name: kind/flake target: both prowPlugin: label addedBy: anyone - color: e11d21 description: Categorizes issue or PR as related to a regression from a prior release. name: kind/regression target: both prowPlugin: label addedBy: anyone - color: d455d0 description: Categorizes issue or PR as a support question. name: kind/support previously: - name: close/support - name: question - name: triage/support target: both addedBy: humans - color: 15dd18 description: '"Looks good to me", indicates that a PR is ready to be merged.' name: lgtm target: prs prowPlugin: lgtm addedBy: reviewers or members - color: d3e2f0 description: Indicates that an issue or PR should not be auto-closed due to staleness. name: lifecycle/frozen previously: - name: keep-open target: both prowPlugin: lifecycle addedBy: anyone - color: 8fc951 description: Indicates that an issue or PR is actively being worked on by a contributor. name: lifecycle/active previously: - name: active target: both prowPlugin: lifecycle addedBy: anyone - color: "604460" description: Denotes an issue or PR that has aged beyond stale and will be auto-closed. name: lifecycle/rotten target: both prowPlugin: lifecycle addedBy: anyone or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-rotten prowjob](https://prow.k8s.io/?job=periodic-test-infra-rotten) - color: "795548" description: Denotes an issue or PR has remained open with no activity and has become stale. name: lifecycle/stale previously: - name: stale target: both prowPlugin: lifecycle addedBy: anyone or [@fejta-bot](https://github.com/fejta-bot) via [periodic-test-infra-stale prowjob](https://prow.k8s.io/?job=periodic-test-infra-stale) - color: ededed description: Indicates a PR lacks a `kind/foo` label and requires one. name: needs-kind target: prs prowPlugin: require-matching-label addedBy: prow - color: b60205 description: Indicates a PR that requires an org member to verify it is safe to test. # This is to prevent spam/abuse of our CI system, and can be circumvented by becoming an org member. Org members can remove this label with the `/ok-to-test` command. name: needs-ok-to-test target: prs prowPlugin: trigger addedBy: prow - color: e11d21 description: Indicates a PR cannot be merged because it has merge conflicts with HEAD. name: needs-rebase target: prs prowPlugin: needs-rebase isExternalPlugin: true addedBy: prow - color: ededed description: Indicates an issue or PR lacks a `sig/foo` label and requires one. name: needs-sig target: both prowPlugin: require-matching-label addedBy: prow - color: ededed description: Indicates an issue or PR lacks a `triage/foo` label and requires one. name: needs-triage target: both prowPlugin: require-matching-label addedBy: prow - color: 15dd18 description: Indicates a non-member PR verified by an org member that is safe to test. # This is the opposite of needs-ok-to-test and should be mutually exclusive. name: ok-to-test target: prs prowPlugin: trigger addedBy: prow - color: fef2c0 description: Lowest priority. Possibly useful, but not yet enough support to actually get it done. # These are mostly place-holders for potentially good ideas, so that they don't get completely forgotten, and can be referenced /deduped every time they come up. name: priority/awaiting-more-evidence target: both prowPlugin: label addedBy: anyone - color: fbca04 description: Higher priority than priority/awaiting-more-evidence. # There appears to be general agreement that this would be good to have, but we may not have anyone available to work on it right now or in the immediate future. Community contributions would be most welcome in the mean time (although it might take a while to get them reviewed if reviewers are fully occupied with higher priority issues, for example immediately before a release). name: priority/backlog target: both prowPlugin: label addedBy: anyone - color: e11d21 description: Highest priority. Must be actively worked on as someone's top priority right now. # Stuff is burning. If it's not being actively worked on, someone is expected to drop what they're doing immediately to work on it. Team leaders are responsible for making sure that all the issues, labeled with this priority, in their area are being actively worked on. Examples include user-visible bugs in core features, broken builds or tests and critical security issues. name: priority/critical-urgent target: both prowPlugin: label addedBy: anyone - color: eb6420 description: Important over the long term, but may not be staffed and/or may need multiple releases to complete. name: priority/important-longterm target: both prowPlugin: label addedBy: anyone - color: eb6420 description: Must be staffed and worked on either currently, or very soon, ideally in time for the next release. name: priority/important-soon target: both prowPlugin: label addedBy: anyone - color: c2e0c6 description: Denotes a PR that will be considered when it comes time to generate release notes. name: release-note target: prs prowPlugin: releasenote addedBy: prow - color: c2e0c6 description: Denotes a PR that introduces potentially breaking changes that require user action. # These actions will be specifically called out when it comes time to generate release notes. name: release-note-action-required target: prs prowPlugin: releasenote addedBy: prow - color: c2e0c6 description: Denotes a PR that doesn't merit a release note. # will be ignored when it comes time to generate release notes. name: release-note-none target: prs prowPlugin: releasenote addedBy: prow or member or author - color: d2b48c description: Categorizes an issue or PR as relevant to SIG API Machinery. name: sig/api-machinery target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Apps. name: sig/apps target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Architecture. name: sig/architecture target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Auth. name: sig/auth target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Autoscaling. name: sig/autoscaling target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG CLI. name: sig/cli target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Cloud Provider. name: sig/cloud-provider target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. name: sig/cluster-lifecycle target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Contributor Experience. name: sig/contributor-experience target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Docs. name: sig/docs target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Etcd. name: sig/etcd target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Instrumentation. name: sig/instrumentation target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG K8s Infra. name: sig/k8s-infra target: both prowPlugin: label addedBy: anyone previously: - name: wg/k8s-infra - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Multicluster. name: sig/multicluster previously: - name: sig/federation - name: 'sig/federation (deprecated - do not use)' target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Network. name: sig/network target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Node. name: sig/node target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Release. name: sig/release target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Scalability. name: sig/scalability target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Scheduling. name: sig/scheduling target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Security. name: sig/security target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Storage. name: sig/storage target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Testing. name: sig/testing target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG UI. name: sig/ui target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Windows. name: sig/windows target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG AI Conformance. name: wg/ai-conformance target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG API Expression. name: wg/api-expression target: both prowPlugin: label addedBy: anyone previously: - name: wg/apply - color: d2b48c description: Categorizes an issue or PR as relevant to WG Batch. name: wg/batch target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Checkpoint Restore. name: wg/checkpoint-restore target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Data Protection. name: wg/data-protection target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Device Management. name: wg/device-management target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG IOT Edge. name: wg/iot-edge target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Multitenancy. name: wg/multitenancy target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Naming. name: wg/naming target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Node Lifecycle. name: wg/node-lifecycle target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Policy. name: wg/policy target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Reliability name: wg/reliability target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Serving. name: wg/serving target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to WG Structured Logging. name: wg/structured-logging target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Categorizes an issue or PR as relevant to ug-big-data. name: ug/big-data target: both prowPlugin: label addedBy: anyone previously: - name: sig/big-data - color: d2b48c description: Categorizes an issue or PR as relevant to ug-vmware. name: ug/vmware target: both prowPlugin: label addedBy: anyone - color: ee9900 description: Denotes a PR that changes 100-499 lines, ignoring generated files. name: size/L target: prs prowPlugin: size addedBy: prow - color: eebb00 description: Denotes a PR that changes 30-99 lines, ignoring generated files. name: size/M target: prs prowPlugin: size addedBy: prow - color: 77bb00 description: Denotes a PR that changes 10-29 lines, ignoring generated files. name: size/S target: prs prowPlugin: size addedBy: prow - color: ee5500 description: Denotes a PR that changes 500-999 lines, ignoring generated files. name: size/XL target: prs prowPlugin: size addedBy: prow - color: "009900" description: Denotes a PR that changes 0-9 lines, ignoring generated files. name: size/XS target: prs prowPlugin: size addedBy: prow - color: ee0000 description: Denotes a PR that changes 1000+ lines, ignoring generated files. name: size/XXL target: prs prowPlugin: size addedBy: prow - color: ffaa00 description: Denotes a PR that should be squashed by tide when it merges. name: tide/merge-method-squash target: prs addedBy: humans previously: - name: tide/squash - color: ffaa00 description: Denotes a PR that should be rebased by tide when it merges. name: tide/merge-method-rebase target: prs addedBy: humans - color: ffaa00 description: Denotes a PR that should use a standard merge by tide when it merges. name: tide/merge-method-merge target: prs addedBy: humans - color: e11d21 description: Denotes an issue that blocks the tide merge queue for a branch while it is open. name: tide/merge-blocker target: issues addedBy: humans previously: - name: merge-blocker - color: f9d0c4 description: ¯\\\_(ツ)_/¯ name: "¯\\_(ツ)_/¯" target: both prowPlugin: shrug addedBy: humans repos: kubernetes/community: labels: - color: 0052cc description: Issues or PRs related to the Contributor Summit in China name: area/cn-summit target: both addedBy: label - color: 0052cc description: Issues or PRs related to kubernetes code organization name: area/code-organization target: both addedBy: label - color: 0052cc description: Issues or PRs related to kubernetes conformance tests name: area/conformance target: both addedBy: label - color: 0052cc description: Issues or PRs related to the contributor guide name: area/contributor-guide target: both addedBy: label - color: 0052cc description: Issues or PRs related to all Contributor Summit events name: area/contributor-summit target: both addedBy: label - color: 0052cc description: Issues or PRs related to deflaking kubernetes tests name: area/deflake target: both addedBy: label - color: 0052cc description: Issues or PRs related to the developer guide name: area/developer-guide target: both addedBy: label - color: 0052cc description: Issues or PRs related to the devstats subproject name: area/devstats target: both addedBy: label - color: 0052cc description: Issues or PRs related to refactoring the kubernetes e2e test framework name: area/e2e-test-framework target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Enhancements subproject name: area/enhancements target: both addedBy: label - color: 0052cc description: Issues or PRs related to community elections name: area/elections target: both addedBy: label - color: 0052cc description: Issues or PRs related to GitHub Management subproject name: area/github-management target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Contributor Summit in North America name: area/na-summit target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Contributor Summit in Europe name: area/eu-summit target: both addedBy: label - color: 0052cc description: Issues or PRs related to the release-team subproject name: area/release-team target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Slack Management subproject name: area/slack-management target: both addedBy: label - color: 0052cc description: Issues or PRs related to the upstream marketing team name: area/contributor-comms target: both addedBy: label - color: 0052cc description: Issues or PRs related to the annual reports name: area/annual-reports target: both addedBy: label kubernetes/dns: labels: - color: 0052cc description: Issues related to kube-dns name: area/kubedns target: issues prowPlugin: label addedBy: anyone - color: 0052cc description: Issues related to node-local-dns name: area/nodelocaldns target: issues prowPlugin: label addedBy: anyone kubernetes/enhancements: labels: - color: 0052cc description: Issues or PRs related to kubernetes code organization name: area/code-organization target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the upstream marketing team name: area/contributor-comms target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the Enhancements subproject name: area/enhancements target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng previously: - name: area/release-infra target: both prowPlugin: label addedBy: anyone - color: cc99ff description: Categorizes KEP tracking issues and PRs modifying the KEP directory name: kind/kep target: both prowPlugin: label addedBy: anyone - color: d93f0b description: Denotes that an issue has been opted in to a release name: lead-opted-in target: issues prowPlugin: label addedBy: SIG leads ONLY - color: d93f0b description: Denotes an issue tracking an enhancement targeted for Alpha status name: stage/alpha target: issues prowPlugin: stage addedBy: anyone - color: fbca04 description: Denotes an issue tracking an enhancement targeted for Beta status name: stage/beta target: issues prowPlugin: stage addedBy: anyone - color: 0e8a16 description: Denotes an issue tracking an enhancement targeted for Stable/GA status name: stage/stable target: issues prowPlugin: stage addedBy: anyone - color: eb6420 description: Denotes an out-of-tree enhancement issue, which does not need to be tracked by the Release Team name: tracked/out-of-tree target: issues prowPlugin: label addedBy: Release enhancements team ONLY - color: e04338 description: Denotes an enhancement issue is NOT actively being tracked by the Release Team name: tracked/no target: issues prowPlugin: label addedBy: Release enhancements team ONLY - color: 108737 description: Denotes an enhancement issue is actively being tracked by the Release Team name: tracked/yes target: issues prowPlugin: label addedBy: Release enhancements team ONLY kubernetes/k8s.io: labels: - color: 0052cc description: Define who has access to what via IAM bindings, role bindings, policy, etc. name: area/access target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Application management, code in apps/ name: area/apps target: both prowPlugin: label addedBy: anyone previously: - name: area/cluster-infra - color: 0052cc description: cert-manager, code in apps/cert-manager/ name: area/apps/cert-manager target: both prowPlugin: label addedBy: anyone previously: - name: area/infra/cert-manager - color: 0052cc description: gcsweb.k8s.io, code in apps/gcsweb/ name: area/apps/gcsweb target: both prowPlugin: label addedBy: anyone - color: 0052cc description: k8s.io redirector, code in apps/k8s-io/ name: area/apps/k8s-io target: both prowPlugin: label addedBy: anyone - color: 0052cc description: kubernetes-external-secrets, code in apps/kubernetes-external-secrets/ name: area/apps/kubernetes-external-secrets target: both prowPlugin: label addedBy: anyone - color: 0052cc description: perfdash.k8s.io, code in apps/perdash/ name: area/apps/perfdash target: both prowPlugin: label addedBy: anyone - color: 0052cc description: k8s-infra-prow.k8s.io, code in apps/prow/ name: area/apps/prow target: both prowPlugin: label addedBy: anyone - color: 0052cc description: publishing-bot, code in apps/publishing-bot/ name: area/apps/publishing-bot target: both prowPlugin: label addedBy: anyone previously: - name: area/infra/publishing-bot - color: 0052cc description: slack.k8s.io, slack-infra, code in apps/slack-infra name: area/apps/slack-infra target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the hosting of release artifacts for subprojects name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Audit of project resources, audit followup issues, code in audit/ name: area/audit target: both prowPlugin: label addedBy: anyone previously: - name: area/infra/auditing - color: 0052cc description: Bash scripts, testing them, writing less of them, code in infra/gcp/ name: area/bash target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to billing name: area/billing target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to managing k8s clusters to run k8s-infra name: area/cluster-mgmt target: both prowPlugin: label addedBy: anyone deleteAfter: "2021-08-04T00:00:00Z" - color: 0052cc description: DNS records for k8s.io, kubernetes.io, k8s.dev, etc., code in dns/ name: area/dns target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Code in k8s.gcr.io/ name: area/k8s.gcr.io target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Code in registry.k8s.io/ name: area/registry.k8s.io target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Google Groups management, code in groups/ name: area/groups target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Infrastructure management, infrastructure design, code in infra/ name: area/infra target: both prowPlugin: label addedBy: anyone previously: - name: area/cluster-infra - color: 0052cc description: Issues or PRs related to Kubernetes AWS infrastructure name: area/infra/aws target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Kubernetes Azure infrastructure name: area/infra/azure target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Kubernetes GCP infrastructure name: area/infra/gcp target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to monitoring of the Kubernetes project infrastructure name: area/infra/monitoring target: both prowPlugin: label addedBy: anyone deleteAfter: "2021-08-04T00:00:00Z" - color: 0052cc description: Issues or PR related to reliability of the Kubernetes project infrastructure name: area/infra/reliability target: both prowPlugin: label addedBy: anyone deleteAfter: "2021-08-04T00:00:00Z" - color: 0052cc description: Crafting policy, policy decisions, code in policy/ name: area/policy target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Setting up or working with prow in general, prow.k8s.io, prow build clusters name: area/prow target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Terraform modules, testing them, writing more of them, code in infra/gcp/clusters/ name: area/terraform target: both prowPlugin: label addedBy: anyone previously: - name: area/infra/terraform - color: 0ffa16 description: Indicates a PR is trusted, used by tide for auto-merging PRs. name: skip-review target: prs addedBy: autobump bot kubernetes/kubernetes: labels: - color: 0052cc name: area/HA target: both addedBy: label - color: 0052cc description: Indicates an issue on admin area. name: area/admin target: issues addedBy: label - color: 0052cc name: area/admission-control target: both addedBy: label - color: 0052cc description: Indicates an issue on api area. name: area/api target: issues addedBy: label - color: 0052cc name: area/apiserver target: both addedBy: label - color: 0052cc name: area/app-lifecycle target: both addedBy: label - color: 0052cc description: Issues or PRs related to the hosting of release artifacts for subprojects name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc name: area/audit target: both addedBy: label - color: 0052cc name: area/batch target: both addedBy: label - color: 0052cc name: area/build-release target: both addedBy: label - color: 0052cc name: area/cadvisor target: both addedBy: label - color: 0052cc name: area/client-libraries target: both addedBy: label - color: 0052cc name: area/cloudprovider target: both addedBy: label - color: 0052cc description: "" name: area/code-generation target: both addedBy: label - color: 0052cc description: Issues or PRs related to kubernetes code organization name: area/code-organization target: both addedBy: label - color: 0052cc description: Issues related to upcoming dependency or golang updates name: area/code-organization/future-dependencies target: both addedBy: label - color: 0052cc name: area/configmap-api target: both addedBy: label - color: 0052cc description: Issues or PRs related to kubernetes conformance tests name: area/conformance target: both addedBy: label - color: 0052cc name: area/controller-manager target: both addedBy: label - color: 0052cc name: area/custom-resources target: both addedBy: label - color: 0052cc name: area/declarative-configuration target: both addedBy: label - color: 0052cc description: Issues or PRs related to deflaking kubernetes tests name: area/deflake target: both addedBy: label - color: 0052cc name: area/dns target: both addedBy: label - color: 0052cc name: area/docker target: both addedBy: label - color: 0052cc name: area/downward-api target: both addedBy: label - color: 0052cc description: Issues or PRs related to refactoring the kubernetes e2e test framework name: area/e2e-test-framework target: both addedBy: label - color: 0052cc name: area/ecosystem target: both addedBy: label - color: 0052cc name: area/etcd target: both addedBy: label - color: 0052cc name: area/example target: both addedBy: label - color: 0052cc name: area/example/cassandra target: both addedBy: label - color: 0052cc name: area/extensibility target: both addedBy: label - color: 0052cc name: area/federation target: both addedBy: label - color: 0052cc name: area/hw-accelerators target: both addedBy: label - color: 0052cc name: area/images-registry target: both addedBy: label - color: 0052cc name: area/ingress target: both addedBy: label - color: 0052cc name: area/introspection target: both addedBy: label - color: 0052cc name: area/ipv6 target: both addedBy: label - color: 0052cc name: area/ipvs target: both addedBy: label - color: 0052cc name: area/isolation target: both addedBy: label - color: 0052cc name: area/kube-proxy target: both addedBy: label - color: 0052cc name: area/kubeadm target: both addedBy: label - color: 0052cc name: area/kubectl target: both addedBy: label - color: 0052cc name: area/kubelet target: both addedBy: label - color: 0052cc name: area/kubelet-api target: both addedBy: label - color: 0052cc name: area/logging target: both addedBy: label - color: 0052cc name: area/monitoring target: both addedBy: label - color: 0052cc description: Issues or PRs related to Network Policy subproject name: area/network-policy target: both addedBy: label - color: 0052cc name: area/node-e2e target: both addedBy: label - color: 0052cc description: Issues or PRs related to Node lifecycle name: area/node-lifecycle target: both addedBy: label - color: 0052cc name: area/nodecontroller target: both addedBy: label - color: d4c5f9 name: area/os/coreos target: both addedBy: label - color: d4c5f9 name: area/os/fedora target: both addedBy: label - color: d4c5f9 name: area/os/ubuntu target: both addedBy: label - color: d4c5f9 name: area/platform/gce target: both addedBy: label - color: d4c5f9 name: area/platform/mesos target: both addedBy: label - color: d4c5f9 name: area/platform/vagrant target: both addedBy: label - color: 0052cc description: Issues or PRs related to Pod lifecycle name: area/pod-lifecycle target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng previously: - name: area/release-infra target: both addedBy: label - color: 0052cc name: area/reliability target: both addedBy: label - color: 0052cc name: area/rkt target: both addedBy: label - color: 0052cc name: area/secret-api target: both addedBy: label - color: d93f0b name: area/security target: both addedBy: label - color: 0052cc description: Issues or PRs involving stable metrics name: area/stable-metrics target: both addedBy: label - color: 0052cc name: area/stateful-apps target: both addedBy: label - color: 0052cc name: area/swagger target: both addedBy: label - color: 0052cc name: area/system-requirement target: both addedBy: label - color: 0052cc name: area/teardown target: both addedBy: label - color: 0052cc name: area/test target: both addedBy: label - color: 0052cc name: area/test-infra target: both addedBy: label - color: 0052cc name: area/ui target: both addedBy: label - color: 0052cc name: area/upgrade target: both addedBy: label - color: 0052cc name: area/usability target: both addedBy: label - color: 0052cc name: area/workload-api/cronjob target: both addedBy: label - color: 0052cc name: area/workload-api/daemonset target: both addedBy: label - color: 0052cc name: area/workload-api/deployment target: both addedBy: label - color: 0052cc name: area/workload-api/job target: both addedBy: label - color: 0052cc name: area/workload-api/replicaset target: both addedBy: label - color: 0366d6 description: Pull requests that update a dependency file name: dependencies target: prs addedBy: github - color: e11d21 description: Indicates a PR which contains merge commits. name: do-not-merge/contains-merge-commits target: prs prowPlugin: mergecommitblocker addedBy: prow - color: ededed description: Indicates a PR lacks a `priority/foo` label and requires one. name: needs-priority target: prs prowPlugin: require-matching-label addedBy: prow - color: e11d21 description: Indicates a PR lacks a `kind/foo` label and requires one. name: do-not-merge/needs-kind target: prs prowPlugin: require-matching-label addedBy: prow - color: e11d21 description: Indicates an issue or PR lacks a `sig/foo` label and requires one. name: do-not-merge/needs-sig target: prs prowPlugin: require-matching-label addedBy: prow - color: c7def8 description: Categorizes issue or PR as related to a dependency update. name: kind/dependency target: both prowPlugin: label addedBy: anyone - color: c7def8 description: Categorizes issue or PR as related to design. name: kind/design target: both addedBy: humans - color: ededed name: milestone/incomplete-labels target: both addedBy: humans - color: ededed name: milestone/needs-approval target: both addedBy: humans - color: ededed name: milestone/needs-attention target: both addedBy: humans - color: ededed name: milestone/removed target: both addedBy: humans - color: 0052cc description: Issues or PRs related to CVEs officially announced by Security Response Committee (SRC) name: official-cve-feed target: both prowPlugin: label addedBy: anyone - color: d93f0b name: release-blocker target: both addedBy: humans - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Service Catalog. name: sig/service-catalog target: both addedBy: humans - color: d2b48c description: Categorizes an issue or PR as relevant to SIG Usability. name: sig/usability target: both addedBy: humans - color: ededed name: status/approved-for-milestone target: both addedBy: humans - color: d2b48c description: Categorizes an issue or PR as relevant to wg-cluster-api. name: wg/cluster-api target: both addedBy: humans - color: d2b48c description: Categorizes an issue or PR as relevant to WG Component Standard. name: wg/component-standard target: both addedBy: humans - color: d2b48c description: Categorizes an issue or PR as relevant to WG LTS. name: wg/lts target: both addedBy: humans - color: d2b48c description: Categorizes an issue or PR as relevant to WG Machine Learning. name: wg/machine-learning target: both addedBy: humans - color: d2b48c description: Categorizes an issue or PR as relevant to WG Security Audit. name: wg/security-audit target: both addedBy: humans kubernetes/org: labels: - color: 0052cc description: Third-party integrations, webhooks, or GitHub Apps name: area/github-integration target: issues addedBy: label - color: 0052cc description: Requesting membership in a Kubernetes GitHub Organization or Team name: area/github-membership target: issues addedBy: label - color: 0052cc description: Creating, migrating or deleting a Kubernetes GitHub Repository name: area/github-repo target: issues addedBy: label - color: 0052cc description: Issues or PRs related to GitHub Management subproject name: area/github-management target: both addedBy: label kubernetes/release: labels: - color: 0052cc description: Issues or PRs related to the hosting of release artifacts for subprojects name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng previously: - name: area/release-infra target: both addedBy: label - color: 0052cc description: Issues or PRs related to release engineering security name: area/release-eng/security target: both addedBy: label kubernetes/sig-release: labels: - color: 0052cc description: Issues or PRs related to the hosting of release artifacts for subprojects name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the Enhancements subproject name: area/enhancements target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng previously: - name: area/release-infra target: both addedBy: label - color: 0052cc description: Issues or PRs related to release engineering security name: area/release-eng/security target: both addedBy: label - color: 0052cc description: Issues or PRs related to the release-team subproject name: area/release-team target: both addedBy: label kubernetes/sig-security: labels: - color: 0052cc description: Issues or PRs related to security assessment of sub-projects name: area/security-assessment target: both addedBy: anyone kubernetes/test-infra: labels: - color: 0052cc description: Issues or PRs related to the hosting of release artifacts for subprojects name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to code in /robots name: area/robots target: both addedBy: label - color: 0052cc description: Issues or PRs related to code in /boskos name: area/boskos target: both addedBy: label - color: 0052cc description: Issues or PRs related to code in /config name: area/config target: both addedBy: label - color: 0052cc description: Issues or PRs related to kubernetes code organization name: area/code-organization target: both addedBy: label - color: 0052cc description: Issues or PRs related to kubernetes conformance tests name: area/conformance target: both addedBy: label - color: 0052cc description: Issues or PRs related to deflaking kubernetes tests name: area/deflake target: both addedBy: label - color: 0052cc description: Issues or PRs related to refactoring the kubernetes e2e test framework name: area/e2e-test-framework target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Enhancements subproject name: area/enhancements target: both addedBy: label - color: 0052cc description: Issues or PRs related to GitHub Management subproject name: area/github-management target: both addedBy: label - color: 0052cc description: Issues or PRs related to code in /gopherage name: area/gopherage target: both addedBy: humans - color: 0052cc description: Issues or PRs related to code in /gubernator name: area/gubernator target: both addedBy: label - color: 0052cc description: Issues or PRs related to code in /kind name: area/kind target: both addedBy: label - color: 0052cc description: Issues or PRs related to code in /label_sync name: area/label_sync target: both addedBy: label - color: 0052cc description: Issues or PRs related to code in /mungegithub name: area/mungegithub target: both addedBy: label - color: 0052cc description: Issues or PRs related to code in /planter name: area/planter target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow name: area/prow target: both addedBy: label - color: 0052cc description: Updates to the k8s prow cluster name: area/prow/bump target: both addedBy: label - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng previously: - name: area/release-infra target: both addedBy: label - color: 0ffa16 description: Indicates a PR is trusted, used by tide for auto-merging PRs. name: skip-review target: prs addedBy: autobump bot - color: f7c6c7 description: Categorizes issue or PR as tracked by test-infra oncall. name: kind/oncall-hotlist target: both prowPlugin: label addedBy: anyone kubernetes/website: labels: - color: 0052cc description: Issues or PRs related to the Kubernetes Blog subproject name: area/blog target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the upstream marketing team name: area/contributor-comms target: both addedBy: humans - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the kubernetes.io's infrastructure, design, or build processes name: area/web-development target: both addedBy: humans - color: e9b3f9 description: Issues or PRs related to Arabic language name: language/ar target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Bengali language name: language/bn target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to German language name: language/de target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to English language name: language/en target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Spanish language name: language/es target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Persian language name: language/fa target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to French language name: language/fr target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Hindi language name: language/hi target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Indonesian language name: language/id target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Italian language name: language/it target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Japanese language name: language/ja target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Korean language name: language/ko target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Norwegian language name: language/no target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Portuguese language name: language/pt target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Chinese language name: language/zh previously: - name: language/cn target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Russian language name: language/ru target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Ukrainian language name: language/uk target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Vietnamese language name: language/vi target: both prowPlugin: label addedBy: anyone - color: e9b3f9 description: Issues or PRs related to Polish language name: language/pl target: both prowPlugin: label addedBy: anyone - color: d2b48c description: Issues with the Katacoda infrastructure for tutorials name: team/katacoda target: issues prowPlugin: label addedBy: anyone - color: d2918c description: Indicates a PR with large refactoring changes e.g. removes files or moves content name: refactor target: prs prowPlugin: label addedBy: anyone kubernetes/kubeadm: labels: - color: c7def8 description: Categorizes issue or PR as related to design. name: kind/design target: both prowPlugin: label addedBy: anyone kubernetes-sigs/cluster-api: labels: - color: c7def8 description: Issues or PRs related to proposals. name: kind/proposal target: both prowPlugin: label addedBy: anyone - color: f6c5d8 description: Issues or PRs that need to be closed before the next CAPI release name: kind/release-blocking target: both prowPlugin: label addedBy: approvers - color: 0052cc description: Issues or PRs related to clusterctl name: area/clusterctl target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the APIs name: area/api target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to releasing name: area/release target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to testing name: area/testing target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to upgrades name: area/upgrades target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to control-plane lifecycle management name: area/control-plane target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to bootstrap providers name: area/bootstrap target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to machine lifecycle management name: area/machine target: both prowPlugin: label addedBy: anyone - color: c7def8 description: Categorizes issue or PR as related to design. name: kind/design target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to networking name: area/networking target: both addedBy: label - color: 0052cc description: Issues or PRs related to security name: area/security target: both addedBy: anyone prowPlugin: label - color: 0052cc description: Issues or PRs related to Runtime SDK name: area/runtime-sdk target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to CAPBK name: area/provider/bootstrap-kubeadm target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to KCP name: area/provider/control-plane-kubeadm target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the core provider name: area/provider/core target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the docker infrastructure provider name: area/provider/infrastructure-docker target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the in-memory infrastructure provider name: area/provider/infrastructure-in-memory target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to machinehealthchecks name: area/machinehealthcheck target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to machinedeployments name: area/machinedeployment target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to machinesets name: area/machineset target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to machinepools name: area/machinepool target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the clustercachetracker name: area/clustercachetracker target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to clusterresourcesets name: area/clusterresourceset target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to ipam name: area/ipam target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to documentation name: area/documentation target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to clusterclass name: area/clusterclass target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to e2e testing name: area/e2e-testing target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to utils name: area/util target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to logging name: area/logging target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to metrics name: area/metrics target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to ci name: area/ci target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to devtools name: area/devtools target: both prowPlugin: label addedBy: anyone - color: e11d21 description: PR is missing an area label name: do-not-merge/needs-area target: prs prowPlugin: require-matching-label addedBy: prow kubernetes-sigs/cluster-api-operator: labels: - color: c7def8 description: Issues or PRs related to proposals. name: kind/proposal target: both prowPlugin: label addedBy: anyone - color: f6c5d8 description: Issues or PRs that need to be closed before the next CAPI Operator release name: kind/release-blocking target: both prowPlugin: label addedBy: approvers - color: c7def8 description: Categorizes issue or PR as related to design. name: kind/design target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the APIs name: area/api target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to UX name: area/ux target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to releasing name: area/release target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to testing name: area/testing target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to upgrades name: area/upgrades target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the hosting of release artifacts name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to security name: area/security target: both addedBy: anyone prowPlugin: label - color: 0052cc description: Issues or PRs related to ci name: area/ci target: both prowPlugin: label addedBy: anyone kubernetes-sigs/cluster-api-provider-azure: labels: - color: c7def8 description: Issues or PRs related to proposals. name: kind/proposal target: both prowPlugin: label addedBy: anyone kubernetes-sigs/cluster-api-provider-gcp: labels: - color: 0052cc description: Issues or PRs related to GKE name: area/gke target: both addedBy: anyone prowPlugin: label kubernetes-sigs/cluster-api-provider-aws: labels: - color: c2e0c6 description: Denotes an issue or PR contains a decision that needs documenting using an ADR. name: adr-required target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to clusterawsadm name: area/clusterawsadm target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Amazon EKS provider name: area/provider/eks target: both addedBy: label - color: 0052cc description: Issues or PRs related to Red Hat ROSA provider name: area/provider/rosa target: both addedBy: label - color: 0052cc description: Issues or PRs related to Amazon VPCs name: area/vpc target: both addedBy: label # Begin shared - color: 0052cc description: Indicates an issue on admin area. name: area/admin target: issues addedBy: label - color: 0052cc description: Issues or PRs related to the APIs name: area/api target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the hosting of release artifacts name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Cluster API code organization name: area/code-organization target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to deflaking Cluster API tests name: area/deflake target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Cluster API and Kubernetes conformance tests name: area/conformance target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Cluster API Kubetest2 Provider name: area/kubetest target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to networking name: area/networking target: both addedBy: label - color: 0052cc description: Issues or PRs related to security name: area/security target: both addedBy: anyone prowPlugin: label - color: 0052cc description: Issues or PRs related to releasing name: area/release target: both prowPlugin: label addedBy: anyone - color: f6c5d8 description: Issues or PRs that need to be closed before the next release name: kind/release-blocking target: both prowPlugin: label addedBy: approvers - color: 0052cc description: Issues or PRs related to testing name: area/testing target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to upgrades name: area/upgrades target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to UX name: area/ux target: both prowPlugin: label addedBy: anyone - color: c7def8 description: Issues or PRs requiring backports name: kind/backport target: both prowPlugin: label addedBy: approvers - color: c7def8 description: Issues or PRs related to proposals. name: kind/proposal target: both prowPlugin: label addedBy: anyone # End shared kubernetes-sigs/cluster-api-provider-vsphere: labels: - color: 0052cc description: Issues or PRs related to the govmomi mode name: area/govmomi target: both addedBy: anyone prowPlugin: label - color: 0052cc description: Issues or PRs related to the supervisor mode name: area/supervisor target: both addedBy: anyone prowPlugin: label kubernetes-sigs/krew: labels: - color: ee0000 description: P0 issues or PRs name: priority/P0 target: both prowPlugin: label addedBy: anyone - color: ffaa00 description: P1 issues or PRs name: priority/P1 target: both prowPlugin: label addedBy: anyone - color: eebb00 description: P2 issues or PRs name: priority/P2 target: both prowPlugin: label addedBy: anyone - color: d2b48c description: P3 issues or PRs name: priority/P3 target: both prowPlugin: label addedBy: anyone kubernetes-sigs/gateway-api: labels: - color: c7def8 description: Categorizes an issue as capturing a user story name: kind/user-story target: issues addedBy: humans - color: c7def8 description: PRs related to Gateway Enhancement Proposal(GEP) name: kind/gep prowPlugin: label target: prs addedBy: anyone kubernetes-sigs/kind: labels: - color: 19abff description: Issues or PRs related to docker name: area/provider/docker target: both addedBy: humans - color: 970fff description: Issues or PRs related to podman name: area/provider/podman target: both addedBy: humans kubernetes-sigs/promo-tools: labels: - color: 0052cc description: Issues or PRs related to the hosting of release artifacts for subprojects name: area/artifacts target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to the Release Engineering subproject name: area/release-eng previously: - name: area/release-infra target: both addedBy: label kubernetes-sigs/prow: labels: - color: 0052cc description: Issues or PRs related to prow's branchprotector component name: area/branchprotector target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's crier component name: area/crier target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's deck component name: area/deck target: both addedBy: label - color: 0052cc description: Issues or PRs related to documentation name: area/documentation target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's gangway component name: area/gangway target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's gerrit component name: area/gerrit target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's ghproxy component name: area/ghproxy target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's hook component name: area/hook target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's horologium component name: area/horologium target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's jenkins-operator component name: area/jenkins-operator target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's moonraker component name: area/moonraker target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's peribolos component name: area/peribolos target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's plugins for the hook component name: area/plugins target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's clonerefs component name: area/podutils/clonerefs target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's entrypoint component name: area/podutils/entrypoint target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's gcsupload component name: area/podutils/gcsupload target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's initupload component name: area/podutils/initupload target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's sidecar component name: area/podutils/sidecar target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's controller manager component name: area/prowcm target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's pubsub reporter component name: area/pubsub target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's sinker component name: area/sinker target: both addedBy: label - color: 0052cc description: Issues or PRs related to reconciling status when jobs change name: area/status-reconciler target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's spyglass UI name: area/spyglass target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's tide component name: area/tide target: both addedBy: label - color: 0052cc description: Issues or PRs related to prow's pod-utilities component name: area/pod-utilities target: both addedBy: label kubernetes-sigs/contributor-tweets: labels: - color: 0052cc description: Issues to parse and tweet from K8sContributor handle name: kind/tweet target: both addedBy: anyone prowPlugin: label - color: 0052cc description: Issues or PRs related to the upstream marketing team name: area/contributor-comms target: both prowPlugin: label addedBy: anyone kubernetes-sigs/controller-runtime: labels: - color: c7def8 description: Categorizes issue or PR as related to design. name: kind/design target: both prowPlugin: label addedBy: anyone kubernetes-sigs/kubespray: labels: - color: d4c5f9 description: Run every available tests name: ci-full target: prs prowPlugin: label addedBy: approvers or reviewers or members - color: d4c5f9 description: Run a quick CI pipeline name: ci-short target: prs prowPlugin: label addedBy: approvers or reviewers or members - color: d4c5f9 description: Run additional tests name: ci-extended target: prs prowPlugin: label addedBy: approvers or reviewers or members kubernetes-sigs/contributor-playground: labels: - color: 0052cc description: Issues or PRs related to Aotearoa region name: area/aotearoa target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Australia region name: area/australia target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Austria region name: area/austria target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Barcelona region name: area/barcelona target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Bay Area name: area/bay-area target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Beijing region name: area/beijing target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Brazil region name: area/brazil target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Czechia region name: area/czechia target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Denmark region name: area/denmark target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Denver region name: area/denver target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to India region name: area/india target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Japan region name: area/japan target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Paris region name: area/paris target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to remote events or activities name: area/remote target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to San Diego region name: area/sandiego target: both prowPlugin: label addedBy: anyone - color: 0052cc description: Issues or PRs related to Seattle region name: area/seattle target: both prowPlugin: label addedBy: anyone