-
Notifications
You must be signed in to change notification settings - Fork 219
Reconciling loop breaks if the kubernetes-client perform a get. #781
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
Comments
It's the issue reported in fabric8io/kubernetes-client#3697 Has a PR open with the fix: fabric8io/kubernetes-client#3699 |
@metacosm probably we should wait with v2 release, until this is fixed |
Yes. Weird that we haven't seen it in our testing… 😢 |
yep, but probably because we use everywhere informers, as you normally would. |
5.11.2 is released and fixes the issue. |
The project has been updated. |
Bug Report
Using the
kubernetes-client
and doing aGET
directly in the reconcile loop cause this exception to be thrown.What did you do?
Using a simple controller similar to:
What did you expect to see?
No exceptions to be thrown.
What did you see instead? Under which circumstances?
Always produces this exception:
Environment
Kubernetes cluster type:
minikube
$ Mention java-operator-sdk version from pom.xml file
2.0.0-SNAPSHOT
though the Quarkus extension version3.0.0-SNAPSHOT
$ java -version
$ kubectl version
Possible Solution
This is possibly(likely) related to: fabric8io/kubernetes-client#3699
The text was updated successfully, but these errors were encountered: