Skip to content

Commit

Permalink
wg-k8s-infra: add more sub-teams
Browse files Browse the repository at this point in the history
Motivated by allowing more people to re-run the ci-k8sio-audit job. Then
I realized there are other jobs different groups might want to re-run

Add GitHub teams that correspond to certain kubernetes.io groups:

- k8s-infra-aws-admin
- k8s-infra-gcp-auditors
- k8s-infra-gcp-org-admins
- k8s-infra-group-admins
  • Loading branch information
spiffxp committed May 27, 2021
1 parent 11fdd02 commit 06f56af
Showing 1 changed file with 66 additions and 23 deletions.
89 changes: 66 additions & 23 deletions config/kubernetes/wg-k8s-infra/teams.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
teams:
k8s.io-admins:
description: Admin access to kubernetes/k8s.io
maintainers:
- cblecker
- nikhita
- spiffxp
members:
- ameukam
- dims
- thockin
privacy: closed
# TODO: consider getting rid of this in favor of k8s.io-admins if there's
# no meaningful distinction between "has write access", "has admin access",
# and "has root approval"
k8s.io-maintainers:
description: Write access to kubernetes/k8s.io
maintainers:
- cblecker
- nikhita
- spiffxp
members:
- ameukam
- dims
- thockin
privacy: closed
wg-k8s-infra:
description:
description: wg-k8s-infra members
maintainers:
- cblecker
- idvoretskyi
Expand Down Expand Up @@ -34,25 +59,43 @@ teams:
- ameukam
- dims
privacy: closed
k8s.io-admins:
description: Admin access to the k8s.io repo
maintainers:
- cblecker
- nikhita
- spiffxp
members:
- ameukam
- dims
- thockin
privacy: closed
k8s.io-maintainers:
description: Write access to the k8s.io repo
maintainers:
- cblecker
- nikhita
- spiffxp
members:
- ameukam
- dims
- thockin
privacy: closed
k8s-infra-aws-admins:
description: granted access to the k8s-infra AWS account
maintainers:
- idvoretskyi
members:
- justinsb
- thockin
privacy: closed
k8s-infra-gcp-auditors:
description: granted read-only access to the k8s-infra GCP org (excluding secrets)
maintainers:
- cblecker
- idvoretskyi
- spiffxp
members:
- BobyMCbobs
- hh
- justinsb
- puerco
- Riaankl
- thockin
privacy: closed
k8s-infra-gcp-org-admins:
description: granted owner access to the k8s-infra GCP org
maintainers:
- spiffxp
members:
- ameukam
- dims
- thockin
privacy: closed
k8s-infra-group-admins:
description: granted run access to kubernetes.io groups reconciler
maintainers:
- cblecker
- spiffxp
members:
- dims
- thockin
privacy: closed

0 comments on commit 06f56af

Please sign in to comment.