From a14577dfa4df9b6cd1c10576f446fca604db5a0e Mon Sep 17 00:00:00 2001 From: michelletandya Date: Tue, 15 Jun 2021 01:03:04 +0000 Subject: [PATCH] update CriCtl path for windows --- pkg/healthchecker/types/types_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/healthchecker/types/types_windows.go b/pkg/healthchecker/types/types_windows.go index 33276f4f..12a7e76d 100644 --- a/pkg/healthchecker/types/types_windows.go +++ b/pkg/healthchecker/types/types_windows.go @@ -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"