Skip to content

Commit

Permalink
[installer]: change default FSShiftMethod to shiftfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Jan 28, 2022
1 parent 7dd23a3 commit 9cb3d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/pkg/config/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (v version) Defaults(in interface{}) error {
corev1.ResourceCPU: resource.MustParse("1000m"),
corev1.ResourceMemory: resource.MustParse("2Gi"),
}
cfg.Workspace.Runtime.FSShiftMethod = FSShiftFuseFS
cfg.Workspace.Runtime.FSShiftMethod = FSShiftShiftFS
cfg.Workspace.Runtime.ContainerDSocket = "/run/containerd/containerd.sock"
cfg.Workspace.Runtime.ContainerDRuntimeDir = "/var/lib/containerd/io.containerd.runtime.v2.task/k8s.io"

Expand Down

0 comments on commit 9cb3d3f

Please sign in to comment.