diff options
| author | zhengxinwei <zhengxinwei@huawei.com> | 2024-01-04 15:27:04 +0800 |
|---|---|---|
| committer | zhengxinwei-f <zhengxinwei@huawei.com> | 2024-01-16 09:35:44 +0800 |
| commit | b1c1c6a8e5442fff2b4d932060648e009f639df1 (patch) | |
| tree | 575f35f9559894e995060f15b029ff73f2d23282 /manifests | |
| parent | notify the task manager of the task status (diff) | |
| download | kubeedge-b1c1c6a8e5442fff2b4d932060648e009f639df1.tar.gz | |
Implement task manager to complete cloud edge task execution
Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com>
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/charts/cloudcore/templates/configmap_cloudcore.yaml | 4 | ||||
| -rw-r--r-- | manifests/profiles/version.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/manifests/charts/cloudcore/templates/configmap_cloudcore.yaml b/manifests/charts/cloudcore/templates/configmap_cloudcore.yaml index 2986cfd91..1e1e57f17 100644 --- a/manifests/charts/cloudcore/templates/configmap_cloudcore.yaml +++ b/manifests/charts/cloudcore/templates/configmap_cloudcore.yaml @@ -53,7 +53,7 @@ data: iptablesManager: enable: {{ .Values.iptablesManager.enable }} mode: {{ .Values.iptablesManager.mode }} - nodeUpgradeJobController: - enable: {{ .Values.cloudCore.modules.nodeUpgradeJobController.enable }} imagePrePullController: enable: {{ .Values.cloudCore.modules.imagePrePullController.enable }} + taskManager: + enable: {{ .Values.cloudCore.modules.taskManager.enable }} diff --git a/manifests/profiles/version.yaml b/manifests/profiles/version.yaml index a959dfb55..fd926cfff 100644 --- a/manifests/profiles/version.yaml +++ b/manifests/profiles/version.yaml @@ -51,7 +51,7 @@ cloudCore: enable: false router: enable: false - nodeUpgradeJobController: + taskManager: enable: false imagePrePullController: enable: false |
