kubefwd icon indicating copy to clipboard operation
kubefwd copied to clipboard

Bulk port forwarding Kubernetes services for local development.

Results 30 kubefwd issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Abirdcfly https://github.com/txn2/kubefwd/blob/df9078d2e60893a360469c2c79b3102c65918809/cmd/kubefwd/services/services.go#L38 https://pkg.go.dev/github.com/sirupsen/logrus#Fatalf > Fatalf logs a message at level Fatal on the standard logger then the process will exit with status set to 1.

Right now, I have to restart the kubefwd process when a new deployment happens or if there are any changes to the pods. It would be good to have this...

Thanks for building kubefwd, it's been a great help for some of our workflows. The addition of the ip reservations in #208 is a fantastic feature that I am eager...

enhancement
question

Hosts file is not restored when a signal is sent to the process during the actual forwarding (still writing to hosts file). If the signal is sent after the process...

When using the `-r` command line option, kubefwd will SIGSEGV if the reserve string is malformed - specifically if a parameter is provided, but the colon is omitted. It fails...

bug

Thank you for making this fantastic project I am running `kubefwd svc` on windows, and then trying to access the hostnames from WSL2 on Ubuntu but the ports don't see...

help wanted

I'm using skaffold and kubefwd 1.11.1 to run my dev setup and have found two scenarios where the service/pod monitoring feature of kubefwd is not working. **Deleting service+deployment and recreating...

enhancement

Can we support Linux brew? I'm not sure what that would involve... Thanks!

enhancement
good first issue

We're using a `~/.kube/config` file with a configuration similar to this: ```yaml apiVersion: v1 clusters: - cluster: certificate-authority-data: (redacted) server: https://api.(redacted) name: (redacted) contexts: - context: cluster: (redacted) user: (redacted...

enhancement