Fix e2e-watch-events.sh

pull/6/head
Jeff Lowdermilk 2015-03-25 09:16:06 -07:00
parent 367284b63b
commit 7fcc69d00d
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ source "${KUBE_VERSION_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh"
prepare-e2e prepare-e2e
while true; do while true; do
${KUBECTL} --watch-only get events ${KUBECTL} get events --watch-only
done done