| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5579 from Shelley-BaoYue/automated-cherry-pick-of-#5578-u...•••Automated cherry pick of #5578: fix compile failed in windowsv1.17.0 | KubeEdge Bot | 2024-04-28 | 2 | -0/+8 |
| |\ | |||||
| | * | fix compile failed in windows•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-28 | 2 | -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 Linux | KubeEdge Bot | 2024-04-28 | 4 | -25/+42 |
| |\ | |||||
| | * | Fixed failure to run unit-tests on non Linux•••Signed-off-by: WillardHu <wei.hu@daocloud.io> | WillardHu | 2024-04-28 | 4 | -25/+42 |
| |/ | |||||
| * | Merge pull request #5514 from wbc6080/add-stream-field•••Mapper supports video streaming data reportingv1.17.0-beta.0 | KubeEdge Bot | 2024-04-24 | 18 | -25/+611 |
| |\ | |||||
| | * | mapper supports streaming data reporting•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> | wbc6080 | 2024-04-23 | 18 | -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 node | KubeEdge Bot | 2024-04-23 | 29 | -1/+3059 |
| |\ \ | |||||
| | * | | When the edge node goes offline, add pod restart and status query functions f...•••Signed-off-by: luomengY <2938893385@qq.com> | luomengY | 2024-04-23 | 29 | -1/+3059 |
| * | | | Merge pull request #5513 from micplus/feat/module-restart•••support module restarting feature | KubeEdge Bot | 2024-04-23 | 6 | -22/+113 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | fix: lint: unnecessary leading newline•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-22 | 1 | -1/+0 |
| | * | | refactor: remove unnecessary var•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-22 | 2 | -7/+0 |
| | * | | style: move pre-conditions of syncpod to outside•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-22 | 1 | -19/+21 |
| | * | | chore: remove unneccesary of sync pod loop•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-22 | 1 | -3/+0 |
| | * | | fix: remove drain channel operation•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-11 | 1 | -8/+1 |
| | * | | fix: duplicate import•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-11 | 1 | -2/+1 |
| | * | | refactor: improve code & go fmt•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-11 | 3 | -20/+20 |
| | * | | chore: remove unused var•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -2/+0 |
| | * | | feat: modify syncPod starting logic•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -13/+16 |
| | * | | chore: correct log•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -1/+1 |
| | * | | feat: remove unnecessary msg•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -6/+6 |
| | * | | feat: add feature•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 4 | -4/+14 |
| | * | | feat: improve edged init logic•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -5/+19 |
| | * | | chore: modify comments•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 2 | -6/+2 |
| | * | | feat: edged compatibility•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 2 | -0/+13 |
| | * | | feat: edged auto restart support•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -7/+10 |
| | * | | feat: improve localModuleKeeper•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -9/+9 |
| | * | | feat: remove metamanger main loop goroutine•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 1 | -16/+14 |
| | * | | feat: add feature-gate for module restarting•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 2 | -0/+8 |
| | * | | feat: module auto restart feature•••Signed-off-by: micplus <ain01a@outlook.com> | micplus | 2024-04-07 | 2 | -1/+66 |
| * | | | Merge pull request #5463 from luomengY/reset•••Refactor the command reset to third-level commands, like: keamd reset | KubeEdge Bot | 2024-04-22 | 5 | -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> | luomengY | 2024-04-22 | 5 | -89/+392 |
| * | | | Merge pull request #5540 from luomengY/keadminit_image_repository•••Add the image-repository address of the container in keadm init/upgrade. | KubeEdge Bot | 2024-04-22 | 4 | -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.com | 2024-04-17 | 4 | -0/+16 |
| * | | | | Merge pull request #5376 from luomengY/mysql•••Add mysql to mapper-framework for enhancing pushmethod db. | KubeEdge Bot | 2024-04-20 | 21 | -4920/+865 |
| |\ \ \ \ | |||||
| | * | | | | add msyql to mapper framwork•••Signed-off-by: luomengY <2938893385@qq.com> | luomengY | 2024-04-19 | 21 | -4920/+865 |
| * | | | | | Merge pull request #5461 from luomengY/helm_install•••Refactor the implementation code for the cloud init command | KubeEdge Bot | 2024-04-20 | 4 | -18/+25 |
| |\ \ \ \ \ | |||||
| | * | | | | | Refactor the implementation code for the cloud init command, use the gofile k...•••Signed-off-by: luomengY <2938893385@qq.com> | luomengY | 2024-04-16 | 4 | -18/+25 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #5524 from Shelley-BaoYue/inclusterconfig-proposal•••Proposal: Support Edge Pods Using InClusterConfig to Access Kube-APIServer | KubeEdge Bot | 2024-04-19 | 3 | -0/+114 |
| |\ \ \ \ \ | |||||
| | * | | | | | add inclusterconfig proposal•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-10 | 3 | -0/+114 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #5541 from Shelley-BaoYue/inclusterconfig•••Support edge pods using inclusterconfig to access Kube-APIServer | KubeEdge Bot | 2024-04-19 | 28 | -98/+2120 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix bugs for inclusterconfig feature•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-18 | 11 | -46/+68 |
| | * | | | | | update vendor•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-18 | 5 | -1811/+11 |
| | * | | | | | update rbac for csr•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-18 | 1 | -0/+10 |
| | * | | | | | add dummy interface•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-18 | 5 | -1/+139 |
| | * | | | | | add csr approver and certificate manager•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-18 | 19 | -92/+842 |
| | * | | | | | update vendor for certificate manager•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2024-04-18 | 4 | -0/+2902 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #5533 from Piwriw/fix-validate-imageprepull-crdexample•••fix:fix-validate imageprepull crdexample,now it is use nodeNames not … | KubeEdge Bot | 2024-04-19 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | fix:fix-validate imageprepull crdexample,now it is use nodeNames not nodes•••Signed-off-by: joohwan <piwriw@163.com> | joohwan | 2024-04-13 | 1 | -1/+1 |
| * | | | | | Merge pull request #5490 from luomengY/rbac•••fix the error "failed to create serviceaccount access" when metaserver switches to HTTPS. | KubeEdge Bot | 2024-04-17 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix the error "failed to create serviceaccount access" when metaserver switch...•••Signed-off-by: luomengY <2938893385@qq.com> | luomengY | 2024-03-29 | 1 | -2/+2 |
