Surface deployment replica failure status#4136
Surface deployment replica failure status#4136edwardstudy wants to merge 1 commit intoknative:masterfrom
Conversation
knative-prow-robot
left a comment
There was a problem hiding this comment.
@edwardstudy: 1 warning.
Details
In response to this:
Fixes #496
Proposed Changes
- Following spec, surfaced deployment replica failure due ti insufficient quota, limit ranges, etc.
Release Note
NONE
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
|
Hi @edwardstudy. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
|
@edwardstudy sorry that this has not yet gotten any reviews. Do you mind rebasing this PR? I vaguely recall a slew of PRs in similar vein, so maybe check if this is still needed? |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: edwardstudy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@markusthoemmes Hi, thx for reply. I rebased. This PR is surfacing a condition about underlying Deployment issues not logging stuff. |
knative-prow-robot
left a comment
There was a problem hiding this comment.
@vagababov: 1 warning.
Details
In response to this:
/lint
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
| revCondSet.Manage(rs).MarkFalse(RevisionConditionResourcesAvailable, "ProgressDeadlineExceeded", message) | ||
| } | ||
|
|
||
| func (rs *RevisionStatus) MarkNoDeployment(message string) { |
There was a problem hiding this comment.
Golint comments: exported method RevisionStatus.MarkNoDeployment should have comment or be unexported. More info.
c366ecd to
88f53fc
Compare
|
The following is the coverage report on pkg/.
|
|
@edwardstudy: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
markusthoemmes
left a comment
There was a problem hiding this comment.
Another rebase required I fear.
/assign @jonjohnsonjr
I think you've been looking into this in detail?
|
@edwardstudy any news? |
|
Going to naively close this. @edwardstudy please reopen this if you want to rebase it and pick it back up. I'm not sure how much is left after @jonjohnsonjr recent PRs. /close |
|
@markusthoemmes: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fixes #496
Proposed Changes
Release Note