Skip to content

Commit a14577d

Browse files
committed
update CriCtl path for windows
1 parent 1150ce5 commit a14577d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/healthchecker/types/types_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
package types
1818

1919
const (
20-
DefaultCriCtl = "C:/node/crictl.exe"
20+
DefaultCriCtl = "C:/etc/kubernetes/node/bin/crictl.exe"
2121
DefaultCriSocketPath = "npipe:////./pipe/containerd-containerd"
2222
UptimeTimeLayout = "Mon 02 Jan 2006 15:04:05 MST"
2323
LogParsingTimeFormat = "yyyy-MM-dd HH:mm:ss"

0 commit comments

Comments
 (0)