diff options
| author | luomengY <2938893385@qq.com> | 2023-08-30 21:50:01 +0800 |
|---|---|---|
| committer | luomengY <2938893385@qq.com> | 2023-09-23 15:41:03 +0800 |
| commit | 146654ade70f96302a45a75988ff8e32cfa51217 (patch) | |
| tree | 6208f3c309883586abe5ae5d1ea48f18fe5bf7c4 /common/constants | |
| parent | Merge pull request #5006 from wlq1212/k8scompatibility/schedule (diff) | |
| download | kubeedge-146654ade70f96302a45a75988ff8e32cfa51217.tar.gz | |
add support static in kubeedge
Signed-off-by: luomengY <2938893385@qq.com>
Diffstat (limited to 'common/constants')
| -rw-r--r-- | common/constants/default.go | 5 |
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" ) |
