mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Issue #3101 - fixes high CPU load in hack/local-up-cluster.sh when there is no standard input defined
This commit is contained in:
parent
44ce5bef6a
commit
02862f926d
@ -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