The following RFE is to add websocket support to oc cli when doing rsh to pods, currently implementation is using SPDY.
Use Case:
- we placed a reverse proxy in front of Openshift API
- we ran into issues with "oc rsh" and "oc attach", also described here:
https://access.redhat.com/solutions/2212131
https://access.redhat.com/solutions/3149531 - SPDY protocol is no longer supported by browsers/proxies
Kubernetes devs need help migrating to websockets:
https://github.com/kubernetes/kubernetes/issues/7452
https://github.com/kubernetes/kubernetes/issues/89163
https://github.com/kubernetes/kubernetes/pull/107125
- is related to
-
OCPSTRAT-435 Update oc/kubectl/kubernetes api to use HTTP/2 instead of SPDY
- Backlog
- relates to
-
OCPSTRAT-435 Update oc/kubectl/kubernetes api to use HTTP/2 instead of SPDY
- Backlog
- links to
(1 links to)