From 073327277b99509b5fc75f42c4bf63c771f05261 Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Fri, 5 Sep 2014 14:09:54 -0700 Subject: [PATCH] Fix label query in e2e basic.sh --- hack/e2e-suite/basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/e2e-suite/basic.sh b/hack/e2e-suite/basic.sh index b5f608a6af5..2bf882d5f32 100755 --- a/hack/e2e-suite/basic.sh +++ b/hack/e2e-suite/basic.sh @@ -41,7 +41,7 @@ function teardown() { trap "teardown" EXIT -POD_ID_LIST=$($KUBECFG '-template={{range.Items}}{{.ID}} {{end}}' -l name=myNginx list pods) +POD_ID_LIST=$($KUBECFG '-template={{range.Items}}{{.ID}} {{end}}' -l replicationController=myNginx list pods) # Container turn up on a clean cluster can take a while for the docker image pull. ALL_RUNNING=0 while [ $ALL_RUNNING -ne 1 ]; do