summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorluomengY <2938893385@qq.com>2023-08-30 21:50:01 +0800
committerluomengY <2938893385@qq.com>2023-09-23 15:41:03 +0800
commit146654ade70f96302a45a75988ff8e32cfa51217 (patch)
tree6208f3c309883586abe5ae5d1ea48f18fe5bf7c4 /common
parentMerge pull request #5006 from wlq1212/k8scompatibility/schedule (diff)
downloadkubeedge-146654ade70f96302a45a75988ff8e32cfa51217.tar.gz
add support static in kubeedge
Signed-off-by: luomengY <2938893385@qq.com>
Diffstat (limited to 'common')
-rw-r--r--common/constants/default.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index cb7231078..92a69f60e 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -84,6 +84,7 @@ const (
DefaultUpdateRuleStatusWorkers = 4
DefaultQueryLeaseWorkers = 100
DefaultServiceAccountTokenWorkers = 100
+ CreatePodWorks = 4
DefaultUpdatePodStatusBuffer = 1024
DefaultUpdateNodeStatusBuffer = 1024
@@ -98,6 +99,7 @@ const (
DefaultDeletePodBuffer = 1024
DefaultQueryLeaseBuffer = 1024
DefaultServiceAccountTokenBuffer = 1024
+ DefaultCreatePodBuffer = 1024
DefaultPodEventBuffer = 1
DefaultConfigMapEventBuffer = 1
@@ -150,4 +152,7 @@ const (
DeafultMosquittoContainerName = "mqtt-kubeedge"
DeployMqttContainerEnv = "DEPLOY_MQTT_CONTAINER"
+
+ // DefaultManifestsDir edge node default static pod path
+ DefaultManifestsDir = "/etc/kubeedge/manifests"
)