Skip to content
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

Leaked HTTP requests due to okhttp in io.fabric8.kubernetes-client #51

Open
despondency opened this issue May 28, 2019 · 0 comments
Open

Comments

@despondency
Copy link

It appears after having an API call to the kubernetes API, there is a log with the following message:

WARNING: A connection to https://10.96.0.1/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);

(10.96.0.1) is the kubernetes service in my local minikube.

Perhaps update to the latest kubernetes-client by fabric8?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant