From ade86b8b406c0ac33ca695068210f58dba3944a0 Mon Sep 17 00:00:00 2001 From: Firebasky <63966847+Firebasky@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:55:45 +0800 Subject: [PATCH] Update node-problem-detector-config.yaml add some rules --- .../templates/node-problem-detector-config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/chart/ack-node-problem-detector/templates/node-problem-detector-config.yaml b/build/chart/ack-node-problem-detector/templates/node-problem-detector-config.yaml index 65e2baa0..401bb8d9 100644 --- a/build/chart/ack-node-problem-detector/templates/node-problem-detector-config.yaml +++ b/build/chart/ack-node-problem-detector/templates/node-problem-detector-config.yaml @@ -62,6 +62,11 @@ data: "condition": "ReadonlyFilesystem", "reason": "FilesystemIsReadOnly", "pattern": "Remounting filesystem read-only" + }, + { + "type": "temporary", + "reason": "NewKernelWarning", + "pattern": "WARNING: \\w+ - potential issue detected in kernel module \\w+\\." } ] } @@ -1331,4 +1336,4 @@ data: kind: ConfigMap metadata: name: node-problem-detector-config - namespace: kube-system \ No newline at end of file + namespace: kube-system