-
Notifications
You must be signed in to change notification settings - Fork 538
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
operators opentelemetry-operator (0.37.1) #402
operators opentelemetry-operator (0.37.1) #402
Conversation
Signed-off-by: Robert Kukura <[email protected]>
Hi @rkukura. Thanks for your PR. I'm waiting for a redhat-openshift-ecosystem 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. 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. |
@jpkrohling , please approve as you are original reviewer(s). |
/merge possible |
/retest |
/test 4.9-deploy-operator-on-openshift |
@rkukura: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
@mvalarh - I see you reran the 4.9 test and it failed again with something like:
This doesn't mean much to me. Do you have any idea what the issue might be? |
This is a normal behavior, it was applied later. |
I see operator ready and healty
It failed during deletion of resources. So folks can install your operator, but are unable to uninstall it on |
@J0zi - It looks like deleting this operator fails on OpenShift 4.9 since at least 0.33.0 (the version prior to this PR). With either 0.33.0 or 0.37.1, the operator appears to delete, but the opentelemetry-operator-controller-manager Pod, Deployment, and ReplicaSet are left in place and cannot be manually deleted. Deleting either version of the operator works fine on OpenShift 4.8. Has there been some OLM change in 4.9 that could explain this? Any other ideas? |
It seems both this 0.37.1 PR and the existing 0.33.0 bundle have issues on OpenShift 4.9. The opentelemetry-operator-controller-manager pod keeps restarting after logging errors like:
|
The issue causing ci/prow/4.9-deploy-operator-on-openshift to fail is resolved by open-telemetry/opentelemetry-operator#521. I am closing this PR, and will create a new PR updating to either 0.38.0 with the fixed CRD, or to a subsequent release that includes the fix. |
Signed-off-by: Robert Kukura [email protected]
Thanks submitting your Operator. Please check below list before you create your Pull Request.
New Submissions
Updates to existing Operators
ci.yaml
file according to the update instructions?replaces
property if you chosereplaces-mode
via theupdateGraph
property inci.yaml
?package.yaml
orannotations.yaml
?Your submission should not
Operator Description must contain (in order)
Operator Metadata should contain
Remember that you can preview your CSV here.
--
1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need
2 For more information see here