David Fernandez
David Fernandez
See #108
I know, just wanted to say mine is a recent fork, nothing else. I agree with you, the README should have a clear hint on maintenance status.
I also face this issue, the connection shows up correctly in netstat but it drops when used and cannot be established again.
Facing same issue with Tomcat and JVM. When connecting the debugger port and forwarding it, the connection fails and even the pod itself stops showing the port bound. kubectl port-forward...
@jhbae200 @brendandburns I'm facing this issue and have the requirement to authenticate against GKE from a Cloud Function (run this client in a Cloud Function). This means that `gcloud` binary...
@jhbae200 thanks a lot for your quick response. Your PR implements that piece, but that does not support the 'full' flow from out-of-cluster auth perspective IMO. Let me elaborate a...
@jhbae200 Yes, I mean, this could be done via OIDC or appended to KubeConfig. In both ways this setup would avoid having to have `gcloud` around. I got this to...
@jhbae200 I see you have a PR opened for this already, that was quick! I can maybe remove my hacky code pretty soon! Thanks!
Would it be valid writing a temporary file from the InputStream, and delete on exit?
+1 Same here, got error: ``` Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0] ```