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
but it seems to ignore all the flags because it always downloads all the resources and saves them in the default directory (data).
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
If you're on a Mac, I think this is due to differences in getopt versions. I think this can be solved if you force kube-dump to use GNU getopts. Here's an example using Homebrew to install that version and then use it:
brew install gnu-getopt
PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH" ./kube-dump all -d ./tmp/whatever
I am running the tool locally. I have tried the following instructions
./kube-dump dump -d /Users/andrea/Tools/dump
./kube-dump dump --namespaced-resources deployment --destination-dir /Users/andrea/Tools/dump
./kube-dump dump-namespaces -d /Users/andrea/Tools/dump
./kube-dump ns -r deployment -d /Users/andrea/Tools/dump
but it seems to ignore all the flags because it always downloads all the resources and saves them in the default directory (data).
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: