cncf / k8s-conformance

🧪CNCF K8s Conformance Working Group
https://cncf.io/ck
Apache License 2.0
849 stars 911 forks source link

verify-conformance failing to run #3321

Closed BobyMCbobs closed 1 month ago

BobyMCbobs commented 1 month ago

Fault

The image used ghcr.io/kubernetes-sigs/verify-conformance is a private image and is failing to be pulled to run.

I've reopened a PR to build and push to a GCR/GCAR repo which will be public, like what APISnoop's Kubernetes test-infra automation does. Hoping for approval to get this through, then images will be used from there instead. https://github.com/kubernetes/test-infra/pull/31804

Causes

Image was changed to an image to kubernetes-sigs instead of the historic cncf-infra. The GHCRs have different permissions. The new image has Kubernetes v1.31 metadata which will be needed as the release was just made.

Remediation

BobyMCbobs commented 1 month ago

Image is now going to be built shortly https://github.com/kubernetes/test-infra/pull/31804 https://testgrid.k8s.io/conformance-apisnoop#verify-conformance-image

BobyMCbobs commented 1 month ago

A usable public image was built and pushed. The image has been swapped in the GitHub Action and automated PR checking has resumed.