getoutreach / localizer

⛵ A no-frills local development tool for service developers working in Kubernetes
https://blog.jaredallard.me/localizer-an-adventure-in-creating-a-reverse-tunnel-and-tunnel-manager-for-kubernetes/
Apache License 2.0
145 stars 12 forks source link

Run against multiple namespaces, but not all #212

Open patrickleet opened 1 year ago

patrickleet commented 1 year ago

I'd like to use localizer to create tunnels for just two namespaces - it seems I can only do 1, or all. I'm using all for now, so not a big deal, but I couldn't find a way to do this currently.

Tried running two instances as a workaround, such as #35 - but realized that's not an option either.

Is there a way to do this that I'm missing?

jaredallard commented 1 year ago

Hey! Right now we only support a single namespace. This would be a nice feature to have, totally :D