OCPBUGS-62626: only report Progressing=True when progressing towards new configuration#1293
OCPBUGS-62626: only report Progressing=True when progressing towards new configuration#1293atiratree wants to merge 2 commits intoopenshift:mainfrom
Conversation
|
@atiratree: This pull request references Jira Issue OCPBUGS-62626, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: atiratree 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 |
|
/jira refresh |
|
@atiratree: This pull request references Jira Issue OCPBUGS-62626, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
1 similar comment
|
/retest |
|
@atiratree: you cannot LGTM your own 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-sigs/prow repository. |
|
/retest |
ricardomaraschini
left a comment
There was a problem hiding this comment.
Looks good, I have just one clarification to ask. I have left it as a comment.
pkg/operator/nodecadaemon.go
Outdated
| } | ||
|
|
||
| if ds.Generation != ds.Status.ObservedGeneration { | ||
| if ds.Status.UpdatedNumberScheduled < ds.Status.DesiredNumberScheduled && ds.Status.NumberMisscheduled == 0 { |
There was a problem hiding this comment.
If we have misscheduled pods then we aren't progressing ? I mean, aren't we expecting something else to happen to become "AsExpected" ?
There was a problem hiding this comment.
Nice catch! My bad, I can't remember if I wanted to add another state or something, but I didn't revisit this line.
|
@ricardomaraschini thanks! Should be fixed now. |
|
/retest |
|
@atiratree: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
|
/hold |
|
/verified by @xiuwang |
|
@xiuwang: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
the image registry operator seems to be available and functioning well The reported alert looks irrelevant: |
|
/label docs-approved |
followup for #1286