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
{{ message }}
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
This works as expected with kubectl but kim fail, like this:
$ kim image ls
Error: stat /Users/mdsh/.kube/config:/Users/mdsh/.kube/config.d/home/config:/Users/mdsh/.kube/config.d/work/config: no such file or directory
Usage:
kim image ls [OPTIONS] [REPOSITORY[:TAG]]
Aliases:
ls, list
Flags:
-a, --all Show all images (default hides tag-less images)
--digests Show digests
-h, --help help for ls
--no-trunc Don't truncate output
-q, --quiet Only show image IDs
Global Flags:
-x, --context string kubeconfig context for authentication
--debug
--debug-level int
-k, --kubeconfig string kubeconfig for authentication
-n, --namespace string namespace (default "kube-image")
FATA[0000] stat /Users/mdsh/.kube/config:/Users/mdsh/.kube/config.d/home/config:/Users/mdsh/.kube/config.d/work/config: no such file or directory
I have to use the -k parameter to point to a specific config file - which is less than ideal.