Hack so that curl|sh works

This commit is contained in:
Jerome Petazzoni
2019-11-18 06:22:51 -06:00
parent 884ed427c4
commit a2dda77ad8

View File

@@ -9,7 +9,7 @@ kubectl apply -f $YAML
echo "Waiting for pod to be ready..."
kubectl wait --namespace=shpod --for condition=Ready pod/shpod
echo "Attaching to the pod..."
kubectl attach --namespace=shpod -ti shpod
kubectl attach --namespace=shpod -ti shpod </dev/tty
echo "Deleting pod..."
echo "
Note: it's OK to press Ctrl-C if this takes too long and you're impatient.