localizer
localizer copied to clipboard
⛵ A no-frills local development tool for service developers working in Kubernetes
I created a kubernetes service that listens on port 222 which I want to "reverse tunnel" to my local machine. ``` kubectl create svc clusterip gitlab --tcp=222:222 ``` Then I...
If my laptop goes to sleep for a long time localizer will go into an infinite loop of trying to open endpoints I can usually resolve this pretty quickly by...
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...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.65.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.65.0 Dependencies Change support policy to cover only the latest TWO releases of Go, matching the policy...
Bumps [github.com/metal-stack/go-ipam](https://github.com/metal-stack/go-ipam) from 1.13.0 to 1.14.1. Release notes Sourced from github.com/metal-stack/go-ipam's releases. v1.14.1 General Changes Return grpc error codes which better describes the situation (#149) @majst01 v1.14.0 General Changes Migrate...
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.17.0 to 1.18.0. Release notes Sourced from github.com/fatih/color's releases. v1.18.0 What's Changed Add RGB API support by @fatih in fatih/color#225 Bump GitHub workflow actions by @deining in...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.67.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.1 Bug Fixes transport: Fix a bug causing stream failures due to miscalculation of the flow control...
Bumps [github.com/metal-stack/go-ipam](https://github.com/metal-stack/go-ipam) from 1.13.0 to 1.14.7. Release notes Sourced from github.com/metal-stack/go-ipam's releases. v1.14.7 General Changes Simplify logging (#166) @majst01 Fix new linter warnings (#165) @majst01 v1.14.6 General Changes Update to...