summaryrefslogtreecommitdiff
path: root/common/constants
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-01-17 17:50:27 +0800
committerGitHub <noreply@github.com>2024-01-17 17:50:27 +0800
commitdadbeb0e72565822afca48cb3f66a17473d7d585 (patch)
tree253eded79262e2f0d83a3da66ae945c9985eec0f /common/constants
parentMerge pull request #5321 from luomengY/ci-cri (diff)
parentsupport edge nodes upgrade and image pre pull (diff)
downloadkubeedge-dadbeb0e72565822afca48cb3f66a17473d7d585.tar.gz
Merge pull request #5330 from ZhengXinwei-F/task-manager
Implement task manager to complete cloud edge task execution
Diffstat (limited to 'common/constants')
-rw-r--r--common/constants/default.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index fab460eee..6b1e5c9da 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -28,6 +28,7 @@ const (
DefaultCAURL = "/ca.crt"
DefaultCertURL = "/edge.crt"
DefaultNodeUpgradeURL = "/nodeupgrade"
+ DefaultTaskStateReportURL = "/task/{taskType}/name/{taskID}/node/{nodeID}/status"
DefaultServiceAccountIssuer = "https://kubernetes.default.svc.cluster.local"
// Edged
@@ -112,7 +113,7 @@ const (
DefaultDeviceModelEventBuffer = 1
DefaultUpdateDeviceStatusWorkers = 1
- // NodeUpgradeJobController
+ // TaskManager
DefaultNodeUpgradeJobStatusBuffer = 1024
DefaultNodeUpgradeJobEventBuffer = 1
DefaultNodeUpgradeJobWorkers = 1