-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP: Enable Artifact Registry for the Boskos projects #7550
base: main
Are you sure you want to change the base?
Conversation
Ensure the service is enabled for all the Boskos projects. It's currently not consistent across the entire list. Also lint the bash script. Signed-off-by: Arnaud Meukam <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cc @kubernetes/sig-k8s-infra-leads |
uhhhh maybe we shouldn't do that? |
Do we have retention policies for these? What are we pushing to boskos projects? Which users are doing this? I could've sworn we only used GCS tarballs for kube-up and kops? |
Some images are built during the execution of an e2e test. The container repository is not deleted after job execution. I found: gcloud container images list --project k8s-infra-e2e-boskos-117
NAME
gcr.io/k8s-infra-e2e-boskos-117/cloud-controller-manager
gcr.io/k8s-infra-e2e-boskos-117/gcp-filestore-csi-driver
gcr.io/k8s-infra-e2e-boskos-117/gcp-persistent-disk-csi-driver
gcr.io/k8s-infra-e2e-boskos-117/glbc
gcr.io/k8s-infra-e2e-boskos-117/local-volume-provisioner
gcr.io/k8s-infra-e2e-boskos-117/vpa-admission-controller
gcr.io/k8s-infra-e2e-boskos-117/vpa-admission-controller-amd64
gcr.io/k8s-infra-e2e-boskos-117/vpa-recommender
gcr.io/k8s-infra-e2e-boskos-117/vpa-recommender-amd64
gcr.io/k8s-infra-e2e-boskos-117/vpa-updater
gcr.io/k8s-infra-e2e-boskos-117/vpa-updater-amd64 |
We probably want to set this on AR repos if e2e tests continue to produce those images. |
I think we at least need a container registry for |
Ensure the service is enabled for all the Boskos projects.
It's currently not consistent across the entire list.
Also auto-linting of the bash script.
Signed-off-by: Arnaud Meukam [email protected]