Skip to content

Commit 3e4f1db

Browse files
mrsimonemmsSimon Emms
authored and
Simon Emms
committed
[installer]: change default containerd runtime dir
Use Azure/AWS/GCP rather than K3s default
1 parent 19b6154 commit 3e4f1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/pkg/config/v1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (v version) Defaults(in interface{}) error {
5353
}
5454
cfg.Workspace.Runtime.FSShiftMethod = FSShiftFuseFS
5555
cfg.Workspace.Runtime.ContainerDSocket = "/run/containerd/containerd.sock"
56-
cfg.Workspace.Runtime.ContainerDRuntimeDir = "/run/containerd/io.containerd.runtime.v2.task/k8s.io"
56+
cfg.Workspace.Runtime.ContainerDRuntimeDir = "/var/lib/containerd/io.containerd.runtime.v2.task/k8s.io"
5757

5858
return nil
5959
}

0 commit comments

Comments
 (0)