f1ko

Results 11 comments of f1ko

Here is a quick script that does not depend on interactive behaviour: ``` #!/usr/bin/env bash set -e kubectl run tmp-shell --image nicolaka/netshoot:v0.8 -- sleep infinity kubectl wait --for=condition=Ready pod/tmp-shell echo...