diff options
| author | gy95 <1015105054@qq.com> | 2023-01-03 16:03:28 +0800 |
|---|---|---|
| committer | gy95 <1015105054@qq.com> | 2023-01-13 16:30:28 +0800 |
| commit | 27b2ac2ed7d2497d9b8b60e80b250458eec13717 (patch) | |
| tree | 259d94670c03c0c88519a54a759e6caf50983467 /common | |
| parent | Merge pull request #4427 from gy95/fuzz (diff) | |
| download | kubeedge-27b2ac2ed7d2497d9b8b60e80b250458eec13717.tar.gz | |
replace default runtime docker with containerd
Signed-off-by: gy95 <1015105054@qq.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/constants/default.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index 5eda30083..a026418ce 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -44,10 +44,10 @@ const ( // Edged DefaultKubeletConfig = "/etc/kubeedge/config/kubeconfig" DefaultDockerAddress = "unix:///var/run/docker.sock" - DefaultRuntimeType = "docker" + DefaultRuntimeType = "remote" DefaultEdgedMemoryCapacity = 7852396000 - DefaultRemoteRuntimeEndpoint = "unix:///var/run/dockershim.sock" - DefaultRemoteImageEndpoint = "unix:///var/run/dockershim.sock" + DefaultRemoteRuntimeEndpoint = "unix:///run/containerd/containerd.sock" + DefaultRemoteImageEndpoint = "unix:///run/containerd/containerd.sock" DefaultMosquittoImage = "eclipse-mosquitto:1.6.15" // update PodSandboxImage version when bumping k8s vendor version, consistent with vendor/k8s.io/kubernetes/cmd/kubelet/app/options/container_runtime.go defaultPodSandboxImageVersion // When this value are updated, also update comments in pkg/apis/componentconfig/edgecore/v1alpha1/types.go |
