summaryrefslogtreecommitdiff
path: root/common/constants
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2022-09-23 16:43:57 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2022-09-24 19:37:06 +0800
commit01f170d7219ca3e8acb6680fc372751cdb70c22c (patch)
treeb0d99c644905c6590727ebde4da714d6fccd1378 /common/constants
parentbugfix ci and edged (diff)
downloadkubeedge-01f170d7219ca3e8acb6680fc372751cdb70c22c.tar.gz
add edgecore v1alpha2 config
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common/constants')
-rw-r--r--common/constants/default.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index c3c3c5279..b89f03cbc 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -51,7 +51,6 @@ const (
DefaultPodSandboxImage = "kubeedge/pause:3.1"
DefaultNodeStatusUpdateFrequency = 10 * time.Second
DefaultImagePullProgressDeadline = time.Minute
- DefaultRuntimeRequestTimeout = 2 * time.Second
DefaultImageGCHighThreshold = 80
DefaultImageGCLowThreshold = 40
DefaultMaximumDeadContainersPerPod = 1