omrikiei / ktunnel

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

--reuse is misleading #120

Open guai opened 7 months ago

guai commented 7 months ago

looks like --reuse recreates the deployment and not reusing the existing one. I'm deploying my own deployment for ktunnel with image from my own nexus and proper security context. without -r ktunnel.exe just fails. with -r it creates another revision of the deployment. Pls make it use existing deployment.

it's ktunnel 1.6.1