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

Deployments list is not propagated in UI

Open eugene-marchanka opened this issue 3 years ago • 1 comments

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 avatar Jun 10 '21 17:06 eugene-marchanka

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

eugene-marchanka avatar Jun 11 '21 15:06 eugene-marchanka