localizer
localizer copied to clipboard
⛵ A no-frills local development tool for service developers working in Kubernetes
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.49.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.49.0 New Features gcp/observability: add support for Environment Variable GRPC_CONFIG_OBSERVABILITY_JSON (#5525) gcp/observability: add support for custom tags...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.30.0 to 2.70.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.25 (Take 2) What's Changed ktesting: handle test completion by @pohly in kubernetes/klog#337...
Bumps [github.com/benbjohnson/clock](https://github.com/benbjohnson/clock) from 1.1.0 to 1.3.0. Release notes Sourced from github.com/benbjohnson/clock's releases. v1.3.0 This release adds support for mocking context.WithTimeout and context.WithDeadline, thanks to @morigs v1.2.0 This release adds a...
Bumps [github.com/metal-stack/go-ipam](https://github.com/metal-stack/go-ipam) from 1.8.5 to 1.11.1. Release notes Sourced from github.com/metal-stack/go-ipam's releases. v1.11.1 General Changes Expose Usage via grpc (#86) @majst01 Fix sample in readme (#85) @majst01 v1.11.0 General Changes...
Runs [bootstrap v10.1.0](https://github.com/getoutreach/bootstrap/releases/tag/v10.1.0). Release Notes 10.1.0 (2022-06-17) Features allow major version upgrade flag (6f978bb) Feedback? Run into bugs? Let us know at [#dev-tooling-support](https://outreach-hq.slack.com/archives/CN9MU7GLW)!
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.6 to 0.5.8. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.8 Reporter changes: (#293) Fix printing of types in reporter output for interface and pointer types (#294) Use...
Im getting the below error while trying to run localizer We have a PodSecurityPolicy set in our clusters - “RunasNonRootUser” I think the pod is failing to run because it...
Trying to use Localizer with Kind for a local development cluster. Create the tunnels and /etc/hosts works fine, but exposing a service into the cluster results in a crashloop and...
this would be useful to connect to multiple clusters, currently the tool bails out with: [`ERRO[0000] failed to run: localizer instance already running`](https://github.com/jaredallard/localizer/blob/master/internal/server/grpc.go#L54) would it be just a matter of...
Hello and thank you for the tool. I wanted to drop in my feedback after trying this tool out for the first time after reading your [blog post introducing the...