Skip to content

Propagate ImagePullBackoff#4195

Merged
knative-prow-robot merged 2 commits intoknative:masterfrom
jonjohnsonjr:errimagepull
Jun 12, 2019
Merged

Propagate ImagePullBackoff#4195
knative-prow-robot merged 2 commits intoknative:masterfrom
jonjohnsonjr:errimagepull

Conversation

@jonjohnsonjr
Copy link
Copy Markdown
Contributor

@jonjohnsonjr jonjohnsonjr commented May 30, 2019

Fixes #4192

If a revision's user container is stuck in state "waiting", and the deployment has timed out progressing, this will surface the Reason and Message via the ResourcesAvailable condition. This ensures that stuck containers (e.g. for image pull issues) eventually surface an error, such that it gets propagated up to configuration and ksvc.

@knative-prow-robot knative-prow-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 30, 2019
@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label May 30, 2019
@knative-prow-robot knative-prow-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 30, 2019
@knative-prow-robot knative-prow-robot added the area/API API objects and controllers label May 30, 2019
@jonjohnsonjr jonjohnsonjr force-pushed the errimagepull branch 2 times, most recently from e4303c1 to 707e151 Compare June 10, 2019 18:01
@knative-prow-robot knative-prow-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. area/test-and-release It flags unit/e2e/conformance/perf test issues for product features and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 10, 2019
@jonjohnsonjr jonjohnsonjr force-pushed the errimagepull branch 6 times, most recently from c682039 to 5dd3030 Compare June 11, 2019 16:44
@jonjohnsonjr jonjohnsonjr marked this pull request as ready for review June 11, 2019 18:29
@knative-prow-robot knative-prow-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 11, 2019
@jonjohnsonjr
Copy link
Copy Markdown
Contributor Author

/assign @mattmoor

@knative-metrics-robot
Copy link
Copy Markdown

The following is the coverage report on pkg/.
Say /test pull-knative-serving-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/reconciler/revision/reconcile_resources.go 90.0% 90.3% 0.3

Copy link
Copy Markdown
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
/approve

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 12, 2019
@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jonjohnsonjr, mattmoor

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 12, 2019
@knative-prow-robot knative-prow-robot merged commit 3506a2e into knative:master Jun 12, 2019
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 area/test-and-release It flags unit/e2e/conformance/perf test issues for product features cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Surface image pull errors in service status

5 participants