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