Open rschoultz opened 2 years ago
Another issue related to macOS https://github.com/WoozyMasta/kube-dump/issues/14
I don't think this is a critical issue yet, since there is a docker container. I'll try to do it when I have free time, or consider a pull request
Also can help for mac users with this issue:
brew install coreutils
The script relies on the existence of "realpath". That does not exist in MacOS, and there does not exist a ready made package to install that holds realpath.
However, it seems as if this could be replaced by a combination of readlink/dirpath/basename, like this:
(from https://stackoverflow.com/questions/3572030/bash-script-absolute-path-with-os-x/18443300#18443300)