Re: [kubernetes-users] Kubectl, SPDY and Websockets

2017-06-15 Thread 'Daniel Smith' via Kubernetes user discussion and Q
There aren't any concrete plans to do this at the moment, but eventually we will have to. On Thu, Jun 15, 2017 at 1:07 PM, Rudy Bonefas wrote: > I have written a Java Proxy to the K8s api-server (1.6.2). Everything > works fine from kubectl (1.6.2) until I try to do an exec

[kubernetes-users] Kubectl, SPDY and Websockets

2017-06-15 Thread Rudy Bonefas
I have written a Java Proxy to the K8s api-server (1.6.2). Everything works fine from kubectl (1.6.2) until I try to do an exec , which attempts to do an upgrade to SPDY/3.1. Direct calls to the api-server to do an exec support the WebSocket protocol (I tried it out with the fabric8 IO