From 3afca2f0e40ee73591b0a78142d0a330784ff9e9 Mon Sep 17 00:00:00 2001 From: Hardik Dodiya Date: Tue, 8 Oct 2019 12:04:57 +0530 Subject: [PATCH] Update node-problem-detector-config Seems there is an inconsistency between /config and /deployment examples for kernel-monitor. Updating /deployment example accordingly. --- deployment/node-problem-detector-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/node-problem-detector-config.yaml b/deployment/node-problem-detector-config.yaml index bc07eb8e..ff236e17 100644 --- a/deployment/node-problem-detector-config.yaml +++ b/deployment/node-problem-detector-config.yaml @@ -15,8 +15,8 @@ data: }, { "type": "ReadonlyFilesystem", - "reason": "FilesystemIsReadOnly", - "message": "Filesystem is read-only" + "reason": "FilesystemIsNotReadOnly", + "message": "Filesystem is not read-only" } ], "rules": [