k3s/pkg/cli/cmds/const_windows.go
Jamie Phillips 82394d7d36 Basic windows agent that will join a cluster without CNI.
Signed-off-by: Jamie Phillips <jamie.phillips@suse.com>
2021-06-23 09:07:50 -07:00

9 lines
143 B
Go

// +build windows
package cmds
const (
DefaultPauseImage = "mcr.microsoft.com/oss/kubernetes/pause:1.4.0"
DefaultSnapshotter = "native"
)