Denny
Denny

Reputation: 1783

Can I still use rhc port-forward with openshift 3?

With rhc port-forward I can connect to the remote database of openshift, and with openshift 2 being discontinued soon, I'm moving to openshift 3. But I could not find a way to get rhc port-forward working with openshift 3 ande I'm not able to install openshift origin on my raspberry pi 3.

So I was wondering how or if it is still possible to use rhc port-forward with openshift 3. If that doesn't, how can I make openshift origin work on my raspberry pi 3?

EDIT
For anyone wondering how I got it to work: How to get openshift oc command working on Raspberry pi 3?

Upvotes: 2

Views: 319

Answers (1)

Will Gordon
Will Gordon

Reputation: 3583

Openshift 3 uses the oc command line tools instead of rhc. You can find the documentation of using oc port-forward here.

Upvotes: 2

Related Questions