Closed nbusseneau closed 4 months ago
I've also seen intermittent failures when querying Rekor.
cc @pwelch, did you see any alerts last night?
I did wake up to some failed probers overnight which I attributed to the Azure network issues.
I'm leaning towards these 3 builds also having network issues.
Yeah, at first I was thinking that as well but since I'd seen failures even after the Azure network issues were resolved I thought it might not have been related in the end: https://github.com/cilium/cilium/actions/runs/4005699796/jobs/6876372005
But it might also be just that the issue was marked resolved before all runners with the issue were cycled out, so... Feel free to close if you are confident the situation is stable, I can always re-open if I see something strange happening again.
Hi,
We've recently started using
cosign
at Cilium to sign our images during the build process.Today during a few hours (roughly from 8:00 GMT to 14:00 GMT) we've seen intermittent connection timeouts when trying to sign the images, which looked like this:
Seemed to happen with both Fulcio (above) and Rekor (below):
Some instances of failed workflow runs with full logs:
This could be due to instability on the GitHub runners side, but might also be due to instability on Fulcio's / Rekor's side. Are we aware of any instability? I've checked https://status.sigstore.dev/ but it seems to say everything is OK.
I've seen #2198, which is likely related, but I was not sure due to the issue not containing logs with more details.
Thanks for your work 😄