summaryrefslogtreecommitdiff
path: root/edge (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed failure to run unit-tests on non Linux•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2024-04-283-25/+42
* Merge pull request #5513 from micplus/feat/module-restart•••support module restarting featureKubeEdge Bot2024-04-233-21/+45
|\
| * fix: lint: unnecessary leading newline•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-221-1/+0
| * style: move pre-conditions of syncpod to outside•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-221-19/+21
| * chore: remove unneccesary of sync pod loop•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-221-3/+0
| * fix: remove drain channel operation•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-111-8/+1
| * fix: duplicate import•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-111-2/+1
| * refactor: improve code & go fmt•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-112-19/+19
| * chore: remove unused var•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-2/+0
| * feat: modify syncPod starting logic•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-13/+16
| * feat: remove unnecessary msg•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-6/+6
| * feat: add feature•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-072-3/+5
| * feat: improve edged init logic•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-5/+19
| * feat: edged compatibility•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-0/+8
| * feat: edged auto restart support•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-7/+10
| * feat: remove metamanger main loop goroutine•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-16/+14
| * feat: add feature-gate for module restarting•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-072-0/+8
* | fix bugs for inclusterconfig feature•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-04-185-32/+43
* | add dummy interface•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-04-181-1/+34
* | add csr approver and certificate manager•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-04-1810-69/+502
* | fix device status problem with device's namespace in kubeege v1.16.0•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-04-094-5/+9
|/
* Merge pull request #5412 from Shelley-BaoYue/bump-k8s-1.28.6•••Bump Kubernetes dependency to v1.28.6KubeEdge Bot2024-04-022-0/+5
|\
| * modify edged config•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-03-191-0/+1
| * fix watch progress func in metaserver•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-03-191-0/+4
* | fix retrytimes in imageprepulljob•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-03-261-1/+1
|/
* Merge pull request #5352 from Windrow14/bugfix/metaserver_panic_when_handling...•••Fix edgecore's metaserver panic due to nil initializers in request scope.KubeEdge Bot2024-03-181-17/+25
|\
| * Fix edgecore's metaserver panic due to nil initializers in request scope.•••Signed-off-by: Windrow14 <Yinzhe.Wu@sony.com> Windrow142024-01-101-17/+25
* | Merge pull request #5216 from wbc6080/remove-unuse-edge-shell•••remove unused shell in edge/hackKubeEdge Bot2024-02-183-75/+0
|\ \
| * | remove unused shell•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802023-11-283-75/+0
* | | Merge pull request #5229 from WillardHu/cloud-upgrade•••Construction of cloudcore upgrading capabilityKubeEdge Bot2024-01-181-1/+1
|\ \ \
| * | | Modify the command for upgrading edgenode•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2024-01-181-1/+1
* | | | update dmi server to get namespace•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-01-184-23/+39
|/ / /
* | | Merge pull request #5330 from ZhengXinwei-F/task-manager••• Implement task manager to complete cloud edge task executionKubeEdge Bot2024-01-1711-321/+819
|\ \ \
| * | | support edge nodes upgrade and image pre pull•••Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com> zhengxinwei2024-01-1610-399/+554
| * | | Implement task manager to complete cloud edge task execution•••Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com> zhengxinwei2024-01-165-2/+345
* | | | Merge pull request #5321 from luomengY/ci-cri•••add cri-ciKubeEdge Bot2024-01-171-24/+23
|\ \ \ \
| * | | | add cri-ci•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-01-161-24/+23
| | |/ / | |/| |
* | | | Merge pull request #5235 from WillardHu/mqtt-daemonset•••Use the DaemonSet to manage the mqtt brokerKubeEdge Bot2024-01-173-2/+12
|\ \ \ \
| * | | | Use the DaemonSet to manage the mqtt broker•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2024-01-163-2/+12
| | |/ / | |/| |
* | | | Merge pull request #5294 from Shelley-BaoYue/certificate-uniqueness••• Add nodename in edge certificateKubeEdge Bot2024-01-162-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | change the edgecert subject•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-12-152-3/+5
* | | | Merge pull request #5331 from Shelley-BaoYue/image-prepull•••support image prepull featureKubeEdge Bot2024-01-151-0/+188
|\ \ \ \ | |_|_|/ |/| | |
| * | | support imageprepull feature•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-01-031-0/+188
* | | | Merge pull request #5325 from wbc6080/fix-localup-script•••Allow configuration of dmi.sock pathKubeEdge Bot2024-01-032-2/+10
|\ \ \ \ | |/ / / |/| | |
| * | | support configuring dmisock path in edgecore•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802023-12-292-2/+10
* | | | Merge pull request #5313 from Windrow14/bugfix/metaserver_panic_when_handling...•••Fix Metaserver Panic when Handling POST 2.KubeEdge Bot2023-12-201-0/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Use klog instead of Fprintf.•••Signed-off-by: Windrow14 <Yinzhe.Wu@sony.com> Windrow142023-12-201-5/+3
| * | | Add logger for errors.•••Signed-off-by: Windrow14 <Yinzhe.Wu@sony.com> Windrow142023-12-181-0/+5
| * | | Add return on failure.•••Signed-off-by: Windrow14 <Yinzhe.Wu@sony.com> Windrow142023-12-181-2/+8
| * | | Fix lint.•••Signed-off-by: Windrow14 <Yinzhe.Wu@sony.com> Windrow142023-12-181-1/+1