kube-forwarder
kube-forwarder copied to clipboard
Deployments list is not propagated in UI
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)
Here is the PR: https://github.com/pixel-point/kube-forwarder/pull/88