kubernetes-sigs/image-builder

pull-ova-all job failing due to missing secret

mboersma opened this issue · 0 comments

What steps did you take and what happened:

Since kubernetes/test-infra#29752 merged, the pull-ova-all job has failed in PRs:

The pod could not start because it could not mount the volume "private-key": secret "clusterapi-provider-vsphere-ci-prow" not found

We need to add this secret to the new EKS cluster somehow.

See this comment for reference.