We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1150ce5 + a14577d commit fae6181Copy full SHA for fae6181
pkg/healthchecker/types/types_windows.go
@@ -17,7 +17,7 @@ limitations under the License.
17
package types
18
19
const (
20
- DefaultCriCtl = "C:/node/crictl.exe"
+ DefaultCriCtl = "C:/etc/kubernetes/node/bin/crictl.exe"
21
DefaultCriSocketPath = "npipe:////./pipe/containerd-containerd"
22
UptimeTimeLayout = "Mon 02 Jan 2006 15:04:05 MST"
23
LogParsingTimeFormat = "yyyy-MM-dd HH:mm:ss"
0 commit comments