Stop reporting unavailable when progressing and add support for multiple operands status#209
Conversation
bison
left a comment
There was a problem hiding this comment.
/lgtm
I think this looks reasonable. At some point we should probably add additional related objects, and maybe sync those periodically. This is a good start though.
|
/test integration |
|
/test integration |
1 similar comment
|
/test integration |
305ee69 to
a7d319e
Compare
|
/test integration |
…ple operands status
a7d319e to
2031c07
Compare
|
/test integration |
|
integration was failing due to minikube version incompatibilities with updateStatus/CRDs. Bumped to https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md#version-0320---12212018 |
|
/lgtm |
|
/test e2e-aws-operator |
3 similar comments
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws |
|
| "fmt" | ||
| "reflect" | ||
| "strings" | ||
|
|
There was a problem hiding this comment.
The blank line between standard library imports and others is pretty standard if that's what this is referring to -- goimports does this automatically.
There was a problem hiding this comment.
Too late now... but I think there were multiple which is why I got picky!
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
just saw this, heads up that i am working on some disruptive testing in this area after discovering not all components were syncing status regularly enough. |
Reduce machine controller watched scope to namespace
Support for setting multiple operands in version dynamically
Stop setting
available=falsewhenprogressingCompare available (
status.Versions) vs desired (optr.Versions)Aligns with openshift/machine-config-operator#351