Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Unable to find kube config path on windows #234

@DavoBR

Description

@DavoBR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions