File tree Expand file tree Collapse file tree 5 files changed +29
-0
lines changed
infra/gcp/terraform/k8s-staging-images
registry.k8s.io/images/k8s-staging-node-readiness-controller Expand file tree Collapse file tree 5 files changed +29
-0
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 #
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # No images yet
You can’t perform that action at this time.
0 commit comments