WoozyMasta / kube-dump

Backup a Kubernetes cluster as a yaml manifest
https://kube-dump.woozymasta.ru
GNU General Public License v3.0
318 stars 64 forks source link

Support busybox? #34

Open tosone opened 2 years ago

tosone commented 2 years ago

In busybox ash, the realpath have no '--canonicalize-missing' option, remove it works well. Will u support and testing on busybox ash in the future? And this tool is very nice.

WoozyMasta commented 2 years ago

I have accumulated a lot of tasks to support the script in macos, and most likely I will need to do a general refactoring, where it will be possible to abandon many bashisms and come to a POSIX sh compatible script.

But this is only in the plans, basically everyone uses the ready-made image of the container, and this is enough.