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

List at KUBECONFIG is not properly supported #198

Closed
MOZGIII opened this issue Mar 26, 2020 · 2 comments
Closed

List at KUBECONFIG is not properly supported #198

MOZGIII opened this issue Mar 26, 2020 · 2 comments
Labels
config Kube config related duplicate This issue or pull request already exists

Comments

@MOZGIII
Copy link

MOZGIII commented Mar 26, 2020

Here's a sample KUBECONFIG in a list form:

/home/user/.kube/config:/home/user/.kube/config.d/a::/home/user/.kube/config.d/b

It's expected to be loaded as a single merged object.

Instead, kube it fails to load it with failed to load kubeconfig: Error { inner: Os { code: 2, kind: NotFound, message: "No such file or directory" }

@nightkr nightkr added the duplicate This issue or pull request already exists label Mar 26, 2020
@nightkr
Copy link
Member

nightkr commented Mar 26, 2020

Closing this as a duplicate of #132. That issue also contains a workaround (annoying as it is.. :/).

@nightkr nightkr closed this as completed Mar 26, 2020
@MOZGIII
Copy link
Author

MOZGIII commented Mar 26, 2020

Sorry, I couldn't find that one 👍

@clux clux added the config Kube config related label Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Kube config related duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants