-
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
enable Kubernetes-CSI image publishing #13332
Comments
/cc |
See slack convo here: https://kubernetes.slack.com/archives/CCK68P2Q2/p1563199619408300?thread_ts=1562332672.163800&cid=CCK68P2Q2 Summary: wg-k8s-infra is onboarding cluster-api as a guinea pig for the promotion process and waiting to see how their adoption goes. |
I would love to work on "credentials in a secret" part if no one is working on it currently. |
Following up on this thread, there has been work on this area by @Katharine and @thockin to enable GCB builds from Prow.
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/cc |
Some more documentation has been added on how to do this:
The question also came up whether "docker buildx" for multiple target architectures can be done there, which is a new requirement (kubernetes-csi/node-driver-registrar#63). So far the answer is "maybe" (kubernetes-csi/node-driver-registrar#63 (comment)). |
Docker buildx should work fine in GCB or prow. please do not set qemu / multi-arch / binfmt_misc on prow, as binfmt_misc is kernel global. setting it up on GCB is fine, the underlying VM is disposed after your build. |
almost there getting the docker buildx in cloudbuild.yaml in https://github.com/kubernetes-csi/node-driver-registrar to work. still needs kubernetes-csi/node-driver-registrar#76 to merge |
Discussion continues in kubernetes-csi/csi-release-tools#86 |
I think this was done? Poke. |
Yes. We are keeping that csi-release-tools issue open because we also started tracking multi-architecture image publishing which still needs to be done for some sidecars, but as far as test-infra is concerned, everything is working. /close |
@pohly: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added:
As part of kubernetes/k8s.io#158,
gcr.io/k8s-staging-csi
was created (kubernetes/k8s.io#158 (comment)). What we need now are credentials in a secret that the Kubernetes-CSI Prow jobs (https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-csi) can use to actually push images into that staging area.Why is this needed:
Currently, images are still being pushed into quay.io from TravisCI while only testing happens in Prow. We want to move entirely to Prow.
The text was updated successfully, but these errors were encountered: