Merge pull request #123362 from dims/fix-nfs-related-ci-failures

Fix NFS related CI failures
This commit is contained in:
Kubernetes Prow Robot 2024-02-18 17:24:57 -08:00 committed by GitHub
commit c0d3ae03fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
1.3
1.4

View File

@ -74,6 +74,8 @@ function stop()
exit 0
}
# rpc.statd has issues with very high ulimits
ulimit -n 65535
trap stop TERM