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

Unable to find kube config path on windows #234

Open
DavoBR opened this issue Jul 17, 2021 · 0 comments
Open

Unable to find kube config path on windows #234

DavoBR opened this issue Jul 17, 2021 · 0 comments

Comments

@DavoBR
Copy link

DavoBR commented Jul 17, 2021

Using the plugin on windows i am getting the following error

image

So my workarround is modify the helper to use HOMEPATH environment variable

const kubeCfgPath = path.join(process.env.HOME, '.kube/config');

image

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