remove different pod id
This commit is contained in:
parent
fd1b04279e
commit
a03eebb4be
@ -39,10 +39,6 @@ elif [[ "${#containers[@]}" == 0 ]]; then
|
|||||||
echo -e "No containers available\nAre you sure the application in running?"
|
echo -e "No containers available\nAre you sure the application in running?"
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
for pod in "${pod_id[@]}"
|
|
||||||
do
|
|
||||||
echo "$pod"
|
|
||||||
done
|
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
clear -x
|
clear -x
|
||||||
|
Loading…
Reference in New Issue
Block a user