mirror of https://github.com/k3s-io/k3s
Fix e2e-watch-events.sh
parent
367284b63b
commit
7fcc69d00d
|
@ -32,5 +32,5 @@ source "${KUBE_VERSION_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh"
|
|||
prepare-e2e
|
||||
|
||||
while true; do
|
||||
${KUBECTL} --watch-only get events
|
||||
${KUBECTL} get events --watch-only
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue