mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-06 18:06:33 +00:00
Hack so that curl|sh works
This commit is contained in:
2
shpod.sh
2
shpod.sh
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user