-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Request: project information needed for ingress-gce
jobs when migrating to k8s-infra-prow-build
cluster
#31757
Comments
/sig k8s-infra |
The service account used in the community infra should be able to build and push after the migration. what's the existing configuration for the GCR service ?
I think this is created during the job execution unless the clusters used for the tests are not cleaned up when the tests are done. |
We also need to drop the project type: https://github.com/kubernetes/ingress-gce/blob/5a636516043dd4fbdb56e905d4814771e2d6d44e/hack/boskos.sh#L25 Boskos will provide a gce project for the tests. |
Yes I'll include this as part of the clean up. |
The permission should not be a problem. My concern is more about which path we should push to? Is it okay we use
Got it, so it should not be a problem. Thanks! |
GCR service is enabled for all the projects in the boskos. For a community-owned boskos project, some images are already pushed: gcloud container images list --project k8s-infra-e2e-boskos-002
NAME
gcr.io/k8s-infra-e2e-boskos-002/cloud-controller-manager
gcr.io/k8s-infra-e2e-boskos-002/gcp-filestore-csi-driver
gcr.io/k8s-infra-e2e-boskos-002/gcp-persistent-disk-csi-driver
gcr.io/k8s-infra-e2e-boskos-002/local-volume-provisioner
gcr.io/k8s-infra-e2e-boskos-002/vpa-admission-controller
gcr.io/k8s-infra-e2e-boskos-002/vpa-admission-controller-amd64
gcr.io/k8s-infra-e2e-boskos-002/vpa-recommender
gcr.io/k8s-infra-e2e-boskos-002/vpa-recommender-amd64
gcr.io/k8s-infra-e2e-boskos-002/vpa-updater
gcr.io/k8s-infra-e2e-boskos-002/vpa-updater-amd64 |
Oh thats great! I think this matches our expectation. |
Oh sorry I misread, I thought you were talking about getting rid of project type here.
Currently we are doing boskos project rental ourselves, and then do kubernetes_e2e.py to run our e2e tests. |
Yes. The type |
@sawsa307 Any update about this ? |
We don’t see any errors in our presubmit after migration so we should be good! Closing this issue, thanks for the help! |
I also added a note under #31789 to mark this as done. |
Currently, in our e2e job we need a GCP project for two purposes:
k8s-infra-prow-build
cluster.The text was updated successfully, but these errors were encountered: