You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ echo $KUBECONFIG
/Users/metafeather/.kube/config:/Users/metafeather/.kube/configs/config.minikube
❯ kor all
Failed to load kubeconfig: stat /Users/metafeather/.kube/config:/Users/metafeather/.kube/configs/config.minikube: no such file or directory
This an be worked around by specifying -k, --kubeconfig string Path to kubeconfig file (optional) but it would be nice if this was not needed.
The text was updated successfully, but these errors were encountered:
Related to #45
Thanks for a very useful tool (especially useful for clearing up old Kustomize generated ConfigMaps and Secrets with nameSuffix's)
The
KUBECONFIG
environment variable holds a list of kubeconfig files butkor
currently tries to load this as a single file:This an be worked around by specifying
-k, --kubeconfig string Path to kubeconfig file (optional)
but it would be nice if this was not needed.The text was updated successfully, but these errors were encountered: