diff --git a/scripts/kwait b/scripts/kwait new file mode 100755 index 0000000..5d95d45 --- /dev/null +++ b/scripts/kwait @@ -0,0 +1,2 @@ +#!/bin/sh +kubectl wait pods --for condition=Ready --timeout -1s --all