Skip to content

Commit

Permalink
Add kueue to k8s.gcr.io
Browse files Browse the repository at this point in the history
We would like to host images for
[kueue](https://github.com/kubernetes-sigs/kueue) in k8s.gcr.io, see
[kubernetes-sigs/kueue#52](kubernetes-sigs/kueue#52)

/sig scheduling

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
  • Loading branch information
ArangoGutierrez committed Feb 24, 2022
1 parent eeb8306 commit 303379d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions groups/restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ restrictions:
- "^k8s-infra-staging-descheduler@kubernetes.io$"
- "^k8s-infra-staging-scheduler-plugins@kubernetes.io$"
- "^k8s-infra-staging-sched-simulator@kubernetes.io$"
- "^k8s-infra-staging-kueue@kubernetes.io$"
- path: "sig-security/groups.yaml"
allowedGroups:
- "^security-tooling-private@kubernetes.io$"
Expand Down
11 changes: 11 additions & 0 deletions groups/sig-scheduling/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ groups:
# Membership should correspond roughly to subproject owners for the set of
# subproject artifacts being stored in a given staging project
#
- email-id: k8s-infra-staging-kueue@kubernetes.io
name: k8s-infra-staging-kueue
description: |-
ACL for staging kueue
settings:
ReconcileMembers: "true"
members:
- acondor@google.com
- ahg@google.com
- carangog@redhat.com
- wangqingcan1990@gmail.com

- email-id: k8s-infra-staging-descheduler@kubernetes.io
name: k8s-infra-staging-descheduler
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ infra:
k8s-staging-krm-functions:
k8s-staging-kube-state-metrics:
k8s-staging-kubeadm:
k8s-staging-kueue:
k8s-staging-kubernetes:
k8s-staging-kubetest2:
k8s-staging-kustomize:
Expand Down
11 changes: 11 additions & 0 deletions k8s.gcr.io/images/k8s-staging-kueue/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See the OWNERS file documentation:
# https://github.com/kubernetes/community/blob/master/contributors/devel/owners.md

approvers:
- ahg-g
- alculquicondor
reviewers:
- ArangoGutierrez
- denkensk
labels:
- sig/scheduling
3 changes: 3 additions & 0 deletions k8s.gcr.io/images/k8s-staging-kueue/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TODO: add images
- name: kueue
dmap:
11 changes: 11 additions & 0 deletions k8s.gcr.io/manifests/k8s-staging-kueue/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# google group for gcr.io/k8s-staging-kueue is k8s-infra-staging-kueue@kubernetes.io
registries:
- name: gcr.io/k8s-staging-kueue
src: true
- name: us.gcr.io/k8s-artifacts-prod/kueue
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/kueue
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/kueue
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
imagesPath: "../../images/k8s-staging-kueue/images.yaml"

0 comments on commit 303379d

Please sign in to comment.