allow running against pod with multiple containers
This commit is contained in:
parent
b92974ec37
commit
9496c8659d
@ -334,7 +334,7 @@ function kexec {
|
|||||||
echo $fg[red]"Pod not found for $PROJECT"$reset_color
|
echo $fg[red]"Pod not found for $PROJECT"$reset_color
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
RUNNING_PODS=($(echo $ALL_PODS | egrep "$PROJECT.* ?1/[0-9]? *Running" | awk '{print $1}'))
|
RUNNING_PODS=($(echo $ALL_PODS | egrep "$PROJECT.* ?[1-9]/[0-9]? *Running" | awk '{print $1}'))
|
||||||
if [[ `echo $ALL_PODS | wc -l` != ${#RUNNING_PODS[@]} ]]; then
|
if [[ `echo $ALL_PODS | wc -l` != ${#RUNNING_PODS[@]} ]]; then
|
||||||
sleep 2
|
sleep 2
|
||||||
echo $fg[red]'Pods are not ready, wait...'$reset_color
|
echo $fg[red]'Pods are not ready, wait...'$reset_color
|
||||||
|
Loading…
Reference in New Issue
Block a user