Downstream BZ - https://bugzilla.redhat.com/show_bug.cgi?id=1702519
In the above BZ, the RHCOS nodes are attempting to pull a container from quay.io via skopeo and the registry is returning HTTP 429 (Too Many Requests). skopeo reacts with:
msg="Error determining repository tags: Invalid status code returned when fetching tags list 429 (Too Many Requests)"
I think the error message is misleading since 429 is a valid code (https://tools.ietf.org/html/rfc6585#section-4), so at a minimum the message should be changed.
cc: @runcom
Downstream BZ - https://bugzilla.redhat.com/show_bug.cgi?id=1702519
In the above BZ, the RHCOS nodes are attempting to pull a container from quay.io via
skopeoand the registry is returning HTTP 429 (Too Many Requests).skopeoreacts with:msg="Error determining repository tags: Invalid status code returned when fetching tags list 429 (Too Many Requests)"I think the error message is misleading since 429 is a valid code (https://tools.ietf.org/html/rfc6585#section-4), so at a minimum the message should be changed.
cc: @runcom