-
Notifications
You must be signed in to change notification settings - Fork 26
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
CloudServicesRequest CRs are not processed and updated after updating to 0.6.8 #182
Comments
This seems like a dupe of #170 |
I've opened this issue : operator-framework/java-operator-sdk#395 which has the details of my explorations. locally I am testing in a crc cluster the reconnect schedule. It doesn't seem to be causing any harms, but it is too "hacky" IMHO to drop into production unannounced. Also there are some warnings printed from okhttp about leaking the connections. @b1zzu If you have a test cluster you can spare, you can use my catalog source (https://github.com/secondsun/app-services-operator/blob/main/olm/catalogsource.yaml) to deploy a version of the operator with this logic. If we leave it idling over a period of time we can see if the connection drops or not. |
@secondsun I updated it here: https://console-openshift-console.apps.chiron.intlyqe.com/k8s/ns/openshift-operators/operators.coreos.com~v1alpha1~ClusterServiceVersion/rhoas-operator.0.8.2 Will monitor it for some times and will see if it works better |
@b1zzu Awesome, I've got my fingers crossed. There are two big drawbacks with this implementation right now.
This is a short term bandaid of course, but if we get a fix for operator-framework/java-operator-sdk#395 then we can remove this workaround. (Assuming it works in the clusters) |
After creating a CloudServicesRequest nothing happen and the status never get updated
looking at the Operator logs this is what I see:
The text was updated successfully, but these errors were encountered: