mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-05 11:13:15 +00:00
Merge pull request #580 from mcshooter/updateWindowsCriCtlPath
update CriCtl path for windows
This commit is contained in:
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
package types
|
||||
|
||||
const (
|
||||
DefaultCriCtl = "C:/node/crictl.exe"
|
||||
DefaultCriCtl = "C:/etc/kubernetes/node/bin/crictl.exe"
|
||||
DefaultCriSocketPath = "npipe:////./pipe/containerd-containerd"
|
||||
UptimeTimeLayout = "Mon 02 Jan 2006 15:04:05 MST"
|
||||
LogParsingTimeFormat = "yyyy-MM-dd HH:mm:ss"
|
||||
|
||||
Reference in New Issue
Block a user