Merge pull request #689 from refluxwhw/dev

fix README under systemlogmonitor
This commit is contained in:
Kubernetes Prow Robot
2022-07-29 03:03:12 -07:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ with new rule definition:
"type": "temporary/permanent",
"condition": "NodeConditionOfPermanentIssue",
"reason": "CamelCaseShortReason",
"message": "regexp matching the issue in the log"
"pattern": "regexp matching the issue in the log"
}
```