Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/node-problem-detector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b39bff516ffc82b1e7eaf2262f4298a9b05be178
Choose a base ref
..
head repository: kubernetes/node-problem-detector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5917f80bd7d119d675a182a5772ad962e6bb0f91
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 config/kernel-monitor.json
  2. +1 −1 node-problem-detector.yaml
2 changes: 1 addition & 1 deletion config/kernel-monitor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugin": "journald",
"logPath": "/log/journal",
"logPath": "/var/log/journal",
"lookback": "10m",
"startPattern": "Initializing cgroup subsys cpuset",
"bufferSize": 10,
2 changes: 1 addition & 1 deletion node-problem-detector.yaml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ spec:
fieldPath: spec.nodeName
volumeMounts:
- name: log
mountPath: /log
mountPath: /var/log
readOnly: true
# Make sure node problem detector is in the same timezone
# with the host.