ix-chart apps are now working
This commit is contained in:
parent
0e14b8abbb
commit
3fe9c91f28
@ -22,7 +22,7 @@ do
|
||||
break
|
||||
fi
|
||||
done
|
||||
app_name=$(echo -e "$app_name" | grep ^"$selection)" | awk '{print $2}' )
|
||||
app_name=$(echo -e "$app_name" | grep ^"$selection)" | awk '{print $2}')
|
||||
search=$(k3s crictl pods -s ready --namespace ix)
|
||||
mapfile -t pod_id < <(echo "$search" | grep -E "[[:space:]]$app_name([[:space:]]|-([-[:alnum:]])*[[:space:]])" | awk '{print $1}')
|
||||
search=$(k3s crictl ps -a -s running | sed -E 's/[[:space:]]([0-9]*|About)[a-z0-9 ]{5,12}ago[[:space:]]//')
|
||||
|
Loading…
Reference in New Issue
Block a user