mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
Update node-problem-detector-config
Seems there is an inconsistency between /config and /deployment examples for kernel-monitor. Updating /deployment example accordingly.
This commit is contained in:
@@ -15,8 +15,8 @@ data:
|
||||
},
|
||||
{
|
||||
"type": "ReadonlyFilesystem",
|
||||
"reason": "FilesystemIsReadOnly",
|
||||
"message": "Filesystem is read-only"
|
||||
"reason": "FilesystemIsNotReadOnly",
|
||||
"message": "Filesystem is not read-only"
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
|
||||
Reference in New Issue
Block a user