mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #61075 from tallclair/feature-owners
Automatic merge from submit-queue (batch tested with PRs 61087, 61075, 61213, 61149, 60826). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Grant sig leads feature approval powers **What this PR does / why we need it**: Sig leads already approve features for milestones and do a lot of code reviews. They should be able to approve changes to the associated feature gates, rather than needing to escalate every feature to root owners. I omitted some sigs that shouldn't need to approve features in the base repo. LMK if I missed any, or these should be included in the approvers: - AWS - Azure - Big Data - Contributor Experience - Docs - GCP - OpenStack - Product Management - Service Catalog - Testing - UI For posterity, here's the script I used: https://gist.github.com/tallclair/1128aefa3186b0c3a8f4603929d2354e **Special notes for your reviewer**: @sig-leads: Please use responsibly :) **Release note**: ```release-note NONE ```
This commit is contained in:
commit
d84c938da5
@ -231,3 +231,42 @@ aliases:
|
|||||||
- cblecker
|
- cblecker
|
||||||
- thockin
|
- thockin
|
||||||
- sttts
|
- sttts
|
||||||
|
feature-approvers:
|
||||||
|
- AdoHe # CLI
|
||||||
|
- bgrant0607 # Architecture
|
||||||
|
- brancz # Instrumentation
|
||||||
|
- bsalamat # Scheduling
|
||||||
|
- calebamiles # Release
|
||||||
|
- caseydavenport # Network
|
||||||
|
- childsb # Storage
|
||||||
|
- countspongebob # Scalability
|
||||||
|
- csbell # Multicluster
|
||||||
|
- dcbw # Network
|
||||||
|
- dchen1107 # Node
|
||||||
|
- deads2k # API Machinery
|
||||||
|
- derekwaynecarr # Node
|
||||||
|
- dghubble # On Premise
|
||||||
|
- directxman12 # Autoscaling
|
||||||
|
- ericchiang # Auth
|
||||||
|
- jdumars # Architecture, Cluster Ops, Release
|
||||||
|
- kow3ns # Apps
|
||||||
|
- lavalamp # API Machinery
|
||||||
|
- liggitt # Auth
|
||||||
|
- lukemarsden # Cluster Lifecycle
|
||||||
|
- luxas # Cluster Lifecycle
|
||||||
|
- marcoceppi # On Premise
|
||||||
|
- mattfarina # Apps
|
||||||
|
- michmike # Windows
|
||||||
|
- mwielgus # Autoscaling
|
||||||
|
- piosz # Instrumentation
|
||||||
|
- prydonius # Apps
|
||||||
|
- pwittrock # CLI
|
||||||
|
- quinton-hoole # Multicluster
|
||||||
|
- roberthbailey # Cluster Lifecycle
|
||||||
|
- saad-ali # Storage
|
||||||
|
- soltysh # CLI
|
||||||
|
- tallclair # Auth
|
||||||
|
- thockin # Network
|
||||||
|
- timothysc # Cluster Lifecycle, Scheduling
|
||||||
|
- wojtek-t # Scalability
|
||||||
|
- zehicle # Cluster Ops
|
||||||
|
2
pkg/features/OWNERS
Normal file
2
pkg/features/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
approvers:
|
||||||
|
- feature-approvers
|
@ -0,0 +1,2 @@
|
|||||||
|
approvers:
|
||||||
|
- feature-approvers
|
2
staging/src/k8s.io/apiserver/pkg/features/OWNERS
Normal file
2
staging/src/k8s.io/apiserver/pkg/features/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
approvers:
|
||||||
|
- feature-approvers
|
Loading…
Reference in New Issue
Block a user