mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-10 17:35:44 -04:00
Set core_pattern to an absolute path.
Change-Id: I71e848783c05dc75b2232e05dd2ed3aa9a983e23
This commit is contained in:
parent
586d200e35
commit
ec24d3c7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function setup-os-params {
|
|||
# Reset core_pattern. On GCI, the default core_pattern pipes the core dumps to
|
||||
# /sbin/crash_reporter which is more restrictive in saving crash dumps. So for
|
||||
# now, set a generic core_pattern that users can work with.
|
||||
echo "core.%e.%p.%t" > /proc/sys/kernel/core_pattern
|
||||
echo "/core.%e.%p.%t" > /proc/sys/kernel/core_pattern
|
||||
}
|
||||
|
||||
# secure_random generates a secure random string of bytes. This function accepts
|
||||
|
|
|
|||
Loading…
Reference in a new issue