Skip to content

Commit 81a2105

Browse files
setup registry - k8s-staging-node-readiness-controller
1 parent daa3c97 commit 81a2105

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-0
lines changed

groups/restrictions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ restrictions:
185185
186186
187187
188+
188189
189190
190191
- path: "sig-release/groups.yaml"

groups/sig-node/groups.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,20 @@ groups:
157157
158158
159159

160+
- email-id: [email protected]
161+
name: k8s-infra-staging-nrc
162+
description: |-
163+
ACL for pushing node-readiness-controller (nrc) artifacts
164+
settings:
165+
ReconcileMembers: "true"
166+
members:
167+
168+
169+
170+
171+
172+
173+
160174
#
161175
# k8s-infra gcs write access
162176
#

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ locals {
4242
lws = "group:[email protected]"
4343
maintainer-tools = "group:[email protected]"
4444
minikube = "group:[email protected]"
45+
node-readiness-controller = "group:[email protected]"
4546
gateway-api-inference-extension = "group:[email protected]"
4647
secrets-store-sync = "group:[email protected]"
4748
test-infra = "group:[email protected]"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- ajaysundark
5+
- dchen1107
6+
- haircommander
7+
- mrunalp
8+
- SergeyKanzhelev
9+
- tallclair
10+
11+
labels:
12+
- sig/node
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# No images yet

0 commit comments

Comments
 (0)