kube-forwarder icon indicating copy to clipboard operation
kube-forwarder copied to clipboard

Add Deployment Config support for OpenShift clusters

Open mikybars opened this issue 6 years ago • 2 comments

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.

mikybars avatar Sep 26 '19 08:09 mikybars

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

lnikell avatar Sep 26 '19 10:09 lnikell

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

mikybars avatar Sep 26 '19 11:09 mikybars