mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #5925 from jlowdermilk/fix-watch-events
Fix e2e-watch-events.sh
This commit is contained in:
commit
529c886f0d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user