mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #3104 from mrdunski/master
Issue #3101 - fixes high CPU load in hack/local-up-cluster.sh when no tty
This commit is contained in:
commit
ed49fd5241
@ -160,4 +160,4 @@ cleanup()
|
||||
|
||||
trap cleanup EXIT
|
||||
|
||||
while true; do read x; done
|
||||
while true; do sleep 1; done
|
||||
|
Loading…
Reference in New Issue
Block a user