#7796 oc rsh does not work
Closed: Will Not/Can Not fix by kevin. Opened by bowlofeggs.

I've been trying to use oc rsh in staging, but it fails with this error message:

$ oc rsh bodhi-web-178-f6q88
Error from server (BadRequest): Upgrade request required

I am using origin-clients-3.11.1-1.fc29.x86_64.


I have the same issue.

Workaround - create SSH tunnel through bastion and use it to access OpenShift master directly without proxy server:

ssh -N -L 4444:os-master01.stg.phx2.fedoraproject.org:443 bastion.fedoraproject.org &
oc login https://127.0.0.1:4444 --token=XXXXX

Metadata Update from @cverna:
- Issue tagged with: high-trouble, low-gain

Yeah, this is actually specifically not supported right now. ;(

https://access.redhat.com/solutions/2212131

"At present using Apache to proxy the entire API is still not supported. spdy protocol proxying was the main issue we ran into when testing this."

So, for now use the workaround.

Metadata Update from @kevin:
- Issue close_status updated to: Will Not/Can Not fix
- Issue status updated to: Closed (was: Open)

Metadata