Skip to content

Commit 1e91659

Browse files
authored
Merge pull request #8329 from pravk03/cpu-dra-repo
Setup k8s-staging-dra-driver-cpu staging repo
2 parents 3b273d8 + 45d949a commit 1e91659

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

groups/restrictions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ restrictions:
175175
176176
177177
178+
178179
179180
180181

groups/sig-node/groups.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,18 @@ groups:
146146
147147
148148

149+
- email-id: [email protected]
150+
name: k8s-infra-staging-dra-driver-cpu
151+
description: |-
152+
ACL for pushing dra-driver-cpu artifacts
153+
settings:
154+
ReconcileMembers: "true"
155+
members:
156+
157+
158+
159+
160+
149161
#
150162
# k8s-infra gcs write access
151163
#

infra/gcp/terraform/k8s-staging-images/registries.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ locals {
2020
aws-encryption-provider = "group:[email protected]"
2121
charts = "group:[email protected]"
2222
cloud-provider-kind = "group:[email protected]"
23+
dra-driver-cpu = "group:[email protected]"
2324
dra-example-driver = "group:[email protected]"
2425
etcd-manager = "group:[email protected]"
2526
headlamp = "group:[email protected]"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- johnbelamaric
5+
- klueska
6+
- pohly
7+
labels:
8+
- wg/device-management
9+
- sig/node

0 commit comments

Comments
 (0)