omrikiei / ktunnel

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

reusing existing deployment and service for creating tunnel #63

Closed chandanpasunoori closed 2 years ago

chandanpasunoori commented 2 years ago

this can useful if user just want use same service ip as it may have configured already in some other deployments/applications to use.

deleting and recreating service will change ip address for service which may not be desired for few users (for us).

chandanpasunoori commented 2 years ago

@omrikiei renamed to reuse and added some error handling if used without reuse flag when resources already exists with same name.