mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
Update windows containerd config file to run without errors
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"plugin": "filelog",
|
||||
"pluginConfig": {
|
||||
"timestamp": "^time=\"(\\S*)\"",
|
||||
"message": "msg=\"([^\n]*)\"",
|
||||
"timestampFormat": "2006-01-02T15:04:05.999999999-07:00"
|
||||
"message": "msg=\"?([^\n]*)\"?",
|
||||
"timestampFormat": "2006-01-02T15:04:05.999999999Z"
|
||||
},
|
||||
"logPath": "C:\\Program Files\\containerd\\containerd.log",
|
||||
"logPath": "C:\\etc\\kubernetes\\logs\\containerd.log",
|
||||
"lookback": "5m",
|
||||
"bufferSize": 10,
|
||||
"source": "containerd",
|
||||
|
||||
Reference in New Issue
Block a user