-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix the errors during image resolutions. #10071
Fix the errors during image resolutions. #10071
Conversation
Those contain URLs and they contain `%` sequences which screw up errors and we get logs like ``` Reason=ContainerMissing Message="Unable to fetch image \"gcr.io/dm-vagababov/helloworld:latest\": failed to resolve image to digest: GET https://gcr.io/v2/token?scope=repository%!!(MISSING)A(MISSING)dm-vagababov%!!(MISSING)F(MISSING)helloworld%!!(MISSING)A(MISSING)pull&service=gcr.io: unsupported status code 429; body: Quota Exceeded." ``` Not cool. Change-Id: I616c1388c6292538e4dc93ca91c9bb451a32be42
Codecov Report
@@ Coverage Diff @@
## master #10071 +/- ##
==========================================
- Coverage 87.99% 87.94% -0.05%
==========================================
Files 185 185
Lines 8686 8686
==========================================
- Hits 7643 7639 -4
- Misses 794 798 +4
Partials 249 249
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor, vagababov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks! |
Those contain URLs and they contain
%
sequences which screw uperrors and we get logs like
Not cool.
In general, we might want a more holistic, approach, but I'd like this to be in the release tomorrow.
/assign @jonjohnsonjr mattmoor @dprotaso