Skip to content

Commit 4a62b3a

Browse files
authored
Merge pull request kubernetes#86329 from mml/core_pattern
Set core_pattern to an absolute path.
2 parents eaa68dd + ec24d3c commit 4a62b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/gci/configure-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function setup-os-params {
2929
# Reset core_pattern. On GCI, the default core_pattern pipes the core dumps to
3030
# /sbin/crash_reporter which is more restrictive in saving crash dumps. So for
3131
# now, set a generic core_pattern that users can work with.
32-
echo "core.%e.%p.%t" > /proc/sys/kernel/core_pattern
32+
echo "/core.%e.%p.%t" > /proc/sys/kernel/core_pattern
3333
}
3434

3535
# secure_random generates a secure random string of bytes. This function accepts

0 commit comments

Comments
 (0)