pixel-point / kube-forwarder

Easy to use Kubernetes port forwarding manager
https://kube-forwarder.pixelpoint.io/
MIT License
1.09k stars 184 forks source link

Add Deployment Config support for OpenShift clusters #29

Open mikybars opened 5 years ago

mikybars commented 5 years ago

Most of the time I work with OpenShift clusters where Deployment Configs kind of substitute plain Kubernetes deployments. Without Deployment Config support I'm missing the convenience of referencing a deployment and forget about the exact pod name.

lnikell commented 5 years ago

Hi @mperezi , could you please elaborate more on this. So the existing Deployment option does not fit for you?

mikybars commented 5 years ago

Hi @lnikell . I'm afraid it doesn't. When I select Deployment option I can't see most of our deploys. If I run:

oc get deploy

I don't obtain the same output as with:

oc get dc