update CriCtl path for windows

This commit is contained in:
michelletandya
2021-06-15 01:03:04 +00:00
parent 1150ce519f
commit a14577dfa4

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"