summaryrefslogtreecommitdiff
path: root/cloud/pkg/cloudhub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5330 from ZhengXinwei-F/task-managerKubeEdge Bot2024-01-174-19/+137
|\ | | | | Implement task manager to complete cloud edge task execution
| * support edge nodes upgrade and image pre pullzhengxinwei2024-01-163-23/+72
| | | | | | | | Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com>
| * Implement task manager to complete cloud edge task executionzhengxinwei2024-01-162-11/+21
| | | | | | | | Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com>
| * notify the task manager of the task statuszhengxinwei2024-01-162-0/+59
| | | | | | | | Signed-off-by: zhengxinwei <zhengxinwei@huawei.com>
* | Merge pull request #5294 from Shelley-BaoYue/certificate-uniquenessKubeEdge Bot2024-01-161-8/+23
|\ \ | |/ |/| Add nodename in edge certificate
| * change the edgecert subjectShelley-BaoYue2023-12-151-8/+23
| | | | | | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* | support imageprepull featureShelley-BaoYue2024-01-031-1/+5
|/ | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* update resourcetype podShelley-BaoYue2023-10-081-1/+1
| | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* add support static in kubeedgeluomengY2023-09-231-1/+2
| | | | Signed-off-by: luomengY <2938893385@qq.com>
* fix lintShelley-BaoYue2023-08-212-9/+7
| | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* Merge pull request #4758 from wackxu/clusterobjectsyncKubeEdge Bot2023-07-012-84/+244
|\ | | | | add support for cluster scope resource reliable delivery
| * add support for cluster scope resource reliable deliverywackxu2023-04-282-84/+244
| | | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* | reconcile rulesvincentgoat2023-05-311-1/+4
| | | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | a tiny code modificationlmxia2023-04-031-1/+1
|/ | | | Signed-off-by: lmxia <xialingming@gmail.com>
* Merge pull request #4530 from vincentgoat/configmap_optionalKubeEdge Bot2023-01-172-9/+10
|\ | | | | fix comfigmap/secret optional error
| * fix comfigmap/secret optional errorvincentgoat2023-01-032-9/+10
| | | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | Merge pull request #4551 from wuxs/feat/cloudhub-suppor-rsa-certKubeEdge Bot2023-01-172-3/+10
|\ \ | | | | | | feat: cloudhub adds support for rsa certificates
| * | feat: cloudhub support rsa certswuxuesong2023-01-132-3/+10
| |/ | | | | | | Signed-off-by: wuxuesong <xuesongwu@yunify.com>
* | Merge pull request #4375 from wackxu/informeroneKubeEdge Bot2023-01-161-1/+1
|\ \ | | | | | | add generic informer
| * | add generic informerwackxu2023-01-161-1/+1
| | | | | | | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* | | Merge pull request #3646 from wackxu/addmetricKubeEdge Bot2023-01-161-2/+4
|\ \ \ | |/ / |/| | add metric for cloudcore monitoring
| * | add monitor serverwackxu2022-11-091-2/+4
| | | | | | | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* | | Merge pull request #4493 from wackxu/fixcleannodeKubeEdge Bot2023-01-141-1/+1
|\ \ \ | | | | | | | | ignore not found err when delete objectsync
| * | | ignore not found err when delete objectsyncwackxu2022-12-131-1/+1
| | |/ | |/| | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* / | remove unnecessary get requests for objectsyncwackxu2022-12-131-10/+1
|/ / | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* | [Course Task] test-cloud-pkg-cloudhub-servers/httpserverxian-jie.shen2022-11-301-0/+27
| | | | | | | | Signed-off-by: xian-jie.shen <327411586@qq.com>
* | Merge pull request #3996 from vincentgoat/addownerKubeEdge Bot2022-10-251-0/+1
|\ \ | |/ |/| add vincent as reviewer
| * add vincent as reviewervincentgoat2022-10-141-0/+1
| | | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | move common application and agent to pkg/metaserverwackxu2022-10-171-3/+3
|/ | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* refactor cloudhubwackxu2022-09-2215-1054/+2750
| | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* support operations: upgrade edge node from cloudgy952022-09-223-1/+72
| | | | Signed-off-by: gy95 <guoyao17@huawei.com>
* fix update pod status timeoutwackxu2022-09-211-2/+5
| | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* add patch pod operationShelley-BaoYue2022-09-201-1/+1
| | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* register node and patch nodeShelley-BaoYue2022-09-201-1/+2
| | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* Merge pull request #4192 from vincentgoat/new_residual_terminatingKubeEdge Bot2022-09-191-5/+1
|\ | | | | fix residual terminating pods problem after edge node reconnected
| * fix residual terminating pods problem after edge node reconnectedvincentgoat2022-09-161-5/+1
| | | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | add node-lease resourceShelley-BaoYue2022-09-181-1/+1
|/ | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* Revert "fix residual terminating pods problem after edge node reconnected ↵Vincent Lin2022-09-161-1/+4
| | | | | | | | (#3743)" Signed-off-by: vincentgoat <linguohui1@huawei.com> This reverts commit 3f9ff707cfed647897b7ec26131c8f115b1fe9c5.
* fix residual terminating pods problem after edge node reconnected (#3743)Vincent Lin2022-09-161-4/+1
| | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* move some helper function to package commonwackxu2022-09-133-70/+104
| | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* Merge pull request #4151 from Congrool/rv-sendgroupKubeEdge Bot2022-09-012-6/+4
|\ | | | | use module group name instead of src name as argument when `SendToGroup`
| * use common module group name instead of src nameCongrool2022-08-312-6/+4
| | | | | | | | Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn>
* | Merge pull request #4097 from wackxu/rmnodeLocksKubeEdge Bot2022-09-011-24/+5
|\ \ | | | | | | remove nodeLocks from MessageHandle
| * | remove nodeLocks from MessageHandlewackxu2022-08-221-24/+5
| |/ | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* | Merge pull request #4116 from wackxu/fixsamenamepoddeletecreateKubeEdge Bot2022-08-311-4/+1
|\ \ | |/ |/| fix delete and the recreate statefulset pod is not running bug
| * fix delete and the recreate statefulset pod is not running bugwackxu2022-08-151-4/+1
| | | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* | Merge pull request #4096 from wackxu/rmnodesKubeEdge Bot2022-08-181-3/+0
|\ \ | | | | | | remove nodes from MessageHandle
| * | remove nodes from MessageHandlewackxu2022-08-051-3/+0
| |/ | | | | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* / remove unused ObjectSyncController in cloudhubwackxu2022-08-051-21/+0
|/ | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* Merge pull request #3992 from wackxu/addmeKubeEdge Bot2022-07-281-0/+1
|\ | | | | add wackxu as reviewer