Commit 7fcc69d0 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Fix e2e-watch-events.sh

parent 367284b6
...@@ -32,5 +32,5 @@ source "${KUBE_VERSION_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh" ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment