We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
remotecommand
The text was updated successfully, but these errors were encountered:
Blog post about this migration: https://kubernetes.io/blog/2024/08/20/websockets-transition/
Sorry, something went wrong.
No branches or pull requests
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#L187The text was updated successfully, but these errors were encountered: