uselagoon/lagoon-ssh-portal

Transition remotecommand from SPDY to Websockets once support is widely available

smlx opened this issue · 0 comments

Upstream k8s is moving from the deprecated SPDY protocol to Websockets. See kubernetes/enhancements#4006

Once that happens (and support is rolled out more widely), we'll need to update ssh-portal to use the websockets protocol for remotecommand actions. See e.g. https://github.com/uselagoon/lagoon-ssh-portal/blob/main/internal/k8s/exec.go#L187