-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the errors during image resolutions. (#10071)
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
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters