mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-28 11:07:49 -02:30
Due to bash max args limits, we should pass all node filenames and base64-encoded tar data through stdin/stdout instead. Fixes #832