X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fci_management%2Fcleanup_edge_final.sh;h=716fa615ba3019ff401aa556ee46b997f00c9e92;hb=8cda416e63b611c759720f5b2ef96eea6dba4205;hp=a42e8758d2114d4409d8bc16ecb5d59562f80aca;hpb=cfe405b4861af53b77abe7b7cd3e5caa2e76484b;p=eliot.git diff --git a/scripts/ci_management/cleanup_edge_final.sh b/scripts/ci_management/cleanup_edge_final.sh index a42e875..716fa61 100644 --- a/scripts/ci_management/cleanup_edge_final.sh +++ b/scripts/ci_management/cleanup_edge_final.sh @@ -15,7 +15,6 @@ KUBEPROXY=$(sudo docker ps | grep k8s.gcr.io | wc -l) CONSTZERO="0" # start - echo "nginx container stop" if [ $NGINX != $CONSTZERO ]; then sudo docker kill $(docker ps -q --filter ancestor=nginx:1.15.12 ) @@ -23,6 +22,6 @@ fi echo "kubeproxy container stop" if [ $KUBEPROXY != $CONSTZERO ]; then - sudo docker kill $(docker ps -q --filter ancestor=k8s.gcr.io/kube-proxy:v1.14.2 ) + sudo docker kill $(docker ps -q --filter ancestor=k8s.gcr.io/kube-proxy:v1.14.3 ) fi echo "Finished"