We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's a sample KUBECONFIG in a list form:
KUBECONFIG
/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" }
kube
failed to load kubeconfig: Error { inner: Os { code: 2, kind: NotFound, message: "No such file or directory" }
The text was updated successfully, but these errors were encountered:
Closing this as a duplicate of #132. That issue also contains a workaround (annoying as it is.. :/).
Sorry, something went wrong.
Sorry, I couldn't find that one 👍
No branches or pull requests
Here's a sample
KUBECONFIG
in a list form:It's expected to be loaded as a single merged object.
Instead,
kube
it fails to load it withfailed to load kubeconfig: Error { inner: Os { code: 2, kind: NotFound, message: "No such file or directory" }
The text was updated successfully, but these errors were encountered: