summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5740 from luomengY/automated-cherry-pick-of-#5556-upstrea...•••Automated cherry pick of #5556:fix:edge node offline pod‘s status updatev1.17.2origin/release-1.17KubeEdge Bot2024-07-185-3/+234
|\
| * edge node offline pod‘s status update•••Signed-off-by: 2938893385@qq.com <2938893385@qq.com> 2938893385@qq.com2024-07-185-3/+234
|/
* Merge pull request #5732 from tangming1996/automated-cherry-pick-of-#5523-ups...•••Automated cherry pick of #5523 upstream release 1.17KubeEdge Bot2024-07-185-8/+7
|\
| * fix device mapper data collecting cycle calculation error.•••Signed-off-by: ming.tang <ming.tang@daocloud.io> ming.tang2024-07-175-8/+7
* | Merge pull request #5733 from luomengY/automated-cherry-pick-of-#5721-upstrea...•••Automated cherry pick of #5721: fix func NewErrorMessageKubeEdge Bot2024-07-181-1/+1
|\ \ | |/ |/|
| * fix func NewErrorMessage•••Signed-off-by: 2938893385@qq.com <2938893385@qq.com> 2938893385@qq.com2024-07-171-1/+1
|/
* Merge pull request #5718 from Shelley-BaoYue/automated-cherry-pick-of-#5634-u...•••Automated cherry pick of #5634: fix: compatible with keadm init/upgrade -- profiev1.17.1KubeEdge Bot2024-07-113-12/+73
|\
| * fix: compatible with keadm init/upgrade -- profie•••Signed-off-by: 2938893385@qq.com <2938893385@qq.com> 2938893385@qq.com2024-07-113-12/+73
|/
* Merge pull request #5719 from Shelley-BaoYue/automated-cherry-pick-of-#5632-u...•••Automated cherry pick of #5632: fix keadm init profile in v1.17.0 for keadm_e2e test.KubeEdge Bot2024-07-112-2/+2
|\
| * fix keadm init profile in v1.17.0 for keadm_e2e test.•••Signed-off-by: 2938893385@qq.com <2938893385@qq.com> 2938893385@qq.com2024-07-112-2/+2
|/
* Merge pull request #5715 from WillardHu/automated-cherry-pick-of-#5643-upstre...•••Automated cherry pick of #5643: Fixed edgecore will not restart when the edge node cannotKubeEdge Bot2024-07-111-20/+19
|\
| * Fixed edgecore will not restart when the edge node cannot obtain the IP address•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2024-07-111-20/+19
|/
* Merge pull request #5697 from Shelley-BaoYue/bump-k8s-1.28.11•••Bump k8s form v1.28.6 to v1.28.11KubeEdge Bot2024-07-08136-1721/+5407
|\
| * update k8s version in CI•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-07-013-6/+6
| * update mapper-framework gomod for k8s 1.28.11•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-07-012-17/+12
| * update related vendor for k8s v1.28.11•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-07-01131-1646/+5337
| * update go.mod for k8s v1.28.11•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-07-011-52/+52
|/
* Merge pull request #5579 from Shelley-BaoYue/automated-cherry-pick-of-#5578-u...•••Automated cherry pick of #5578: fix compile failed in windowsv1.17.0KubeEdge Bot2024-04-282-0/+8
|\
| * fix compile failed in windows•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2024-04-282-0/+8
|/
* Merge pull request #5576 from WillardHu/automated-cherry-pick-of-#5575-upstre...•••Automated cherry pick of #5575: Fixed failure to run unit-tests on non LinuxKubeEdge Bot2024-04-284-25/+42
|\
| * Fixed failure to run unit-tests on non Linux•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2024-04-284-25/+42
|/
* Merge pull request #5514 from wbc6080/add-stream-field•••Mapper supports video streaming data reportingv1.17.0-beta.0KubeEdge Bot2024-04-2418-25/+611
|\
| * mapper supports streaming data reporting•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-04-2318-25/+611
* | Merge pull request #5504 from luomengY/kectl•••When the edge node goes offline, add pod restart and status query functions for the edge nodeKubeEdge Bot2024-04-2329-1/+3059
|\ \
| * | When the edge node goes offline, add pod restart and status query functions f...•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-04-2329-1/+3059
* | | Merge pull request #5513 from micplus/feat/module-restart•••support module restarting featureKubeEdge Bot2024-04-236-22/+113
|\ \ \ | |/ / |/| |
| * | fix: lint: unnecessary leading newline•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-221-1/+0
| * | refactor: remove unnecessary var•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-222-7/+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-113-20/+20
| * | 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
| * | chore: correct log•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-1/+1
| * | 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-074-4/+14
| * | feat: improve edged init logic•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-5/+19
| * | chore: modify comments•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-072-6/+2
| * | feat: edged compatibility•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-072-0/+13
| * | feat: edged auto restart support•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-7/+10
| * | feat: improve localModuleKeeper•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-071-9/+9
| * | 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
| * | feat: module auto restart feature•••Signed-off-by: micplus <ain01a@outlook.com> micplus2024-04-072-1/+66
* | | Merge pull request #5463 from luomengY/reset•••Refactor the command reset to third-level commands, like: keamd resetKubeEdge Bot2024-04-225-89/+392
|\ \ \ | |_|/ |/| |
| * | Refactor the command reset to third-level commands, like: keamd reset•••cloud and keadm reset edge. If uses keadm rest, both the cloud and the edge will be reset.` Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-04-225-89/+392
* | | Merge pull request #5540 from luomengY/keadminit_image_repository•••Add the image-repository address of the container in keadm init/upgrade.KubeEdge Bot2024-04-224-0/+16
|\ \ \
| * | | Add the image-repository address of the container in keadm init/upgrade.•••Signed-off-by: 2938893385@qq.com <2938893385@qq.com> 2938893385@qq.com2024-04-174-0/+16