Commit 529c886f authored by Zach Loafman's avatar Zach Loafman

Merge pull request #5925 from jlowdermilk/fix-watch-events

Fix e2e-watch-events.sh
parents e54cbf6e 7fcc69d0
...@@ -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