-
Notifications
You must be signed in to change notification settings - Fork 552
Write cluster operator status after successful startup (attempt #2) #652
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
Write cluster operator status after successful startup (attempt #2) #652
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't there be a values
file that sets writeStatusName
to operator-lifecycle-manager
for okd/ocp deploys? We also want it to be in /manifests
, right?
I actually do have that file, though now I realize that it needs updating. |
4a5ac60
to
ba4d015
Compare
ba4d015
to
ce76c4d
Compare
/lgtm |
/retest |
/test e2e-aws |
/test e2e-aws |
2 similar comments
/test e2e-aws |
/test e2e-aws |
/test e2e-aws |
/test e2e-aws |
1 similar comment
/test e2e-aws |
ce76c4d
to
efb8cbe
Compare
/lgtm |
/retet |
These tests won't pass. The master team is working on a solution. Not going to retest any further at this point. |
/retest |
1 similar comment
/retest |
c9c9c2c
to
c019e82
Compare
/retest |
1 similar comment
/retest |
c019e82
to
1901cc4
Compare
1901cc4
to
e5cdccf
Compare
library-go has been rebased to 1.12, so I've pinned the revision |
/retest |
2 similar comments
/retest |
/retest |
47c6527
to
8b1dddb
Compare
/retest |
/retest |
f82e47c
to
533d1bf
Compare
`writeStatusName` may be passed as an argument set to the name in which to write the status. The default is `openshift-operator-lifecycle-manager` with an empty string disabling the behavior. If the proper openshift API group isn't found, the status update will be skipped.
This was done after specifically requesting these versions: go get github.com/openshift/api@master go get github.com/openshift/client-go@master go get github.com/openshift/library-go@22b2ba2f485f7db26036f0aa1c036e32c88377eb
533d1bf
to
1a5ed12
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, jpeeler 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 |
Write cluster operator status after successful startup (attempt #2)
Copied from #626