mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-11 21:15:55 +03:00
1f9f885379
Due to bash max args limits, we should pass all node filenames and base64-encoded tar data through stdin/stdout instead. Fixes #832