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"