omrikiei / ktunnel

A cli that exposes your local resources to kubernetes
GNU General Public License v3.0
958 stars 75 forks source link

Swap functionality #79

Closed koper89 closed 1 year ago

koper89 commented 2 years ago

I would like to replace current deployment of some app (lets call it myapp) with ktunnel to debug it locally. This is kind of similar to expose with reuse flag, but trying it when it tries to patch deployment and replace labels it fails as they are immutable by design.

Is there any plans to add such functionality? I can see in TODO it was once in plan but not sure if it's still in scope of this? Or do you know any other ways of achieving above with ktunnel?