k3s/pkg/cli/cmds/const_linux.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
117 B
Go

// +build linux
package cmds
const (
DefaultPauseImage = "rancher/pause:3.1"
DefaultSnapshotter = "overlayfs"
)