cut out ix

This commit is contained in:
Heavybullets8 2022-08-18 00:13:05 -06:00
parent 595957f1c4
commit d58b25c355

View File

@ -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}' | cut -c4-)
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:]]//')