pixel-point / kube-forwarder

Easy to use Kubernetes port forwarding manager
https://kube-forwarder.pixelpoint.io/
MIT License
1.08k stars 183 forks source link

Deployments list is not propagated in UI #87

Open eugene-marchanka opened 3 years ago

eugene-marchanka commented 3 years ago

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)

eugene-marchanka commented 3 years ago

Here is the PR: https://github.com/pixel-point/kube-forwarder/pull/88