mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 20:39:17 +00:00
On some versions of pssh, if we use kubectl apply -f- but nothing is connected to stdin, we get errors. So execute cat instead of kubectl apply -f- when needed.