Merge pull request #580 from mcshooter/updateWindowsCriCtlPath

update CriCtl path for windows
This commit is contained in:
Kubernetes Prow Robot
2021-06-15 10:30:02 -07:00
committed by GitHub

View File

@@ -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"