Skip to content
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

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

vagababov
Copy link
Contributor

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.

In general, we might want a more holistic, approach, but I'd like this to be in the release tomorrow.

/assign @jonjohnsonjr mattmoor @dprotaso

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
@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Nov 10, 2020
@knative-prow-robot knative-prow-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 10, 2020
@knative-prow-robot knative-prow-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/API API objects and controllers labels Nov 10, 2020
@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #10071 (62eb5ef) into master (f4c7907) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
pkg/apis/serving/v1/revision_lifecycle.go 92.85% <100.00%> (ø)
pkg/autoscaler/scaling/multiscaler.go 88.03% <0.00%> (-1.71%) ⬇️
pkg/activator/net/revision_backends.go 90.49% <0.00%> (-0.91%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4c7907...edfd185. Read the comment docs.

Copy link
Member

@mattmoor mattmoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 10, 2020
@knative-prow-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot merged commit db4879e into knative:master Nov 10, 2020
@jonjohnsonjr
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/API API objects and controllers cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants