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
- "^k8s-infra-staging-kmm@kubernetes.io$"
186186
- "^k8s-infra-staging-nfd@kubernetes.io$"
187187
- "^k8s-infra-staging-npd@kubernetes.io$"
188+
- "^k8s-infra-staging-nrc@kubernetes.io$"
188189
- "^k8s-infra-staging-sp-operator@kubernetes.io$"
189190
- "^k8s-infra-staging-dra-example-driver@kubernetes.io$"
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
- patrick.ohly@intel.com
158158
- pkrishn@google.com
159159

160+
- email-id: k8s-infra-staging-nrc@kubernetes.io
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+
- ajaysundar.k@gmail.com
168+
- dawnchen@google.com
169+
- mpatel@redhat.com
170+
- pehunt@redhat.com
171+
- s.kanzhelev@gmail.com
172+
- timallclair@gmail.com
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:k8s-infra-staging-lws@kubernetes.io"
4343
maintainer-tools = "group:k8s-infra-staging-maintainer-tools@kubernetes.io"
4444
minikube = "group:k8s-infra-staging-minikube@kubernetes.io"
45+
node-readiness-controller = "group:k8s-infra-staging-nrc@kubernetes.io"
4546
gateway-api-inference-extension = "group:sig-apps-leads@kubernetes.io"
4647
secrets-store-sync = "group:k8s-infra-staging-secrets-store-sync@kubernetes.io"
4748
test-infra = "group:k8s-infra-staging-test-infra@kubernetes.io"
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)