We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586d200 commit ec24d3cCopy full SHA for ec24d3c
cluster/gce/gci/configure-helper.sh
@@ -29,7 +29,7 @@ function setup-os-params {
29
# Reset core_pattern. On GCI, the default core_pattern pipes the core dumps to
30
# /sbin/crash_reporter which is more restrictive in saving crash dumps. So for
31
# now, set a generic core_pattern that users can work with.
32
- echo "core.%e.%p.%t" > /proc/sys/kernel/core_pattern
+ echo "/core.%e.%p.%t" > /proc/sys/kernel/core_pattern
33
}
34
35
# secure_random generates a secure random string of bytes. This function accepts
0 commit comments