kube-forwarder icon indicating copy to clipboard operation
kube-forwarder copied to clipboard

Easy to use Kubernetes port forwarding manager

Results 71 kube-forwarder issues
Sort by recently updated
recently updated
newest added

got this issue, kubect works fine on sh when I try manually: ![image](https://user-images.githubusercontent.com/3306756/134853494-09a75b44-d6ba-46da-9b3a-790ab0f7d6d9.png)

I am trying to connect to a Kubernetes cluster that has a self-signed certificate that has no issuer. I am getting this error when trying to add clusters and play/pause...

bug

Hello, I selected my kubeconfig file and kube-forwarder shows the following error message: "nodes is forbidden: User "system:anonymous" cannot list nodes at the cluster scope" my kubeconfig file is: ```...

bug

When running behind enterprise firewalls, I need to use proxy, however configuration is not possible. It should be possible to configure proxy: a) Using system settings b) Manual settings (with...

For instance, this is done manually with the following command `while true;do kubectl port-forward 8080:8080; done;`

Placed in the cluster element header above the connect-button column for example.

I think the title says it all. The dark mode feature would be a great value for the existing package

Due to new brew syntax: https://github.com/ansible-collections/community.general/pull/1481/files

This seems to have resolved the network issues I was having before, and may include some other improvements that package authors have put into their packages.

https://github.com/pixel-point/kube-forwarder/blob/183fbfbe2183c0da4edb5b31fca38de736c9cd3d/src/renderer/store/modules/Connections.js#L201 In order to fix this: `const extensionsApi = kubeConfig.makeApiClient(k8s.ExtensionsV1beta1Api)` -> `const extensionsApi = kubeConfig.makeApiClient(k8s.CoreV1Api)`