summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2022-11-16 15:58:31 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-01-14 17:30:20 +0800
commit6bd7b8e23ed9d65c2d64977d49f58834efbfae01 (patch)
treef0d8218208205627c170b8c3e86f20afe40372b0 /common
parentMerge pull request #4282 from vincentgoat/localup (diff)
downloadkubeedge-6bd7b8e23ed9d65c2d64977d49f58834efbfae01.tar.gz
optimize convert kubelet flags
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common')
-rw-r--r--common/constants/default.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index a026418ce..85428942d 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -43,8 +43,10 @@ const (
// Edged
DefaultKubeletConfig = "/etc/kubeedge/config/kubeconfig"
+ DefaultRootDir = "/var/lib/edged"
DefaultDockerAddress = "unix:///var/run/docker.sock"
DefaultRuntimeType = "remote"
+ DefaultDockershimRootDir = "/var/lib/dockershim"
DefaultEdgedMemoryCapacity = 7852396000
DefaultRemoteRuntimeEndpoint = "unix:///run/containerd/containerd.sock"
DefaultRemoteImageEndpoint = "unix:///run/containerd/containerd.sock"