-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
okhttp3 issues with openjdk8 > 8u251 and http/2 #1149
Comments
The main symptoms are
|
thank you @fabiokung for reporting this! the walkaround for this issue on okhttp client will be explicitly excluding HTTP2 from the supported protocols --- the good news is that the okhttp client instance under
|
Fixed in |
Hello, we are seeing the same issues described at fabric8io/kubernetes-client#2212 with the official client (version
8.0.0
) against kube-apiserverv1.17.3
. #1003 also looks similar.As a quick remediation, we are pinned to older (
<= 8u251
) JVMs. I haven't tested if theHTTP2_DISABLE=true
env var suggested at fabric8io/kubernetes-client#2212 (comment) works with the official client yet, as I haven't had a chance to dig if that is being used byokhttp3
directly, or if it's something that thefabric8io
java client does.The text was updated successfully, but these errors were encountered: