Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployments list is not propagated in UI #87

Open
eugene-marchanka opened this issue Jun 10, 2021 · 1 comment
Open

Deployments list is not propagated in UI #87

eugene-marchanka opened this issue Jun 10, 2021 · 1 comment

Comments

@eugene-marchanka
Copy link

eugene-marchanka commented Jun 10, 2021

const extensionsApi = kubeConfig.makeApiClient(k8s.ExtensionsV1beta1Api)

In order to fix this:

const extensionsApi = kubeConfig.makeApiClient(k8s.ExtensionsV1beta1Api) ->
const extensionsApi = kubeConfig.makeApiClient(k8s.CoreV1Api)

@eugene-marchanka eugene-marchanka changed the title Deployments list is not propagated Deployments list is not propagated in UI Jun 10, 2021
@eugene-marchanka
Copy link
Author

Here is the PR: #88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant