summaryrefslogtreecommitdiff
path: root/cloud (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix throws nil runtime error when decode AdmissionReview failed•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2023-08-313-2/+77
* fix error in delete pod•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-07-251-4/+8
* fix-3619: use objectsync to construct msg object when objectsync uid not equal•••Signed-off-by: chengengkun <1366542563@qq.com> chengengkun2022-11-021-27/+28
* fix failed quic e2e•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-10-263-11/+12
* bugfix patch operation in quic•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-10-251-36/+18
* update NodeUpgradeJob Image description•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-09-273-1/+59
* fix application wrong cache ID•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-261-2/+4
* add edgecore v1alpha2 config•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-241-1/+2
* bugfix ci and edged•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-241-7/+33
* integrate Kubelet in egded•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-241-3/+0
* add featuregate for authorization•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-241-10/+18
* refactor cloudhub•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-2215-1054/+2750
* support operations: upgrade edge node from cloud•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-09-2219-8/+1435
* fix update pod status timeout•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-212-5/+13
* fix delete and create same name pod failed occasionally•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-201-1/+1
* add patch pod operation•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-202-1/+59
* Merge pull request #4152 from Shelley-BaoYue/feature-new-edged-stage3•••[Feature-New-Edged] add register and patch node upstream operationKubeEdge Bot2022-09-202-1/+123
|\
| * register node and patch node•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-202-1/+123
* | Merge pull request #4013 from RyanZhaoXB/DMI-dev-new•••an implementation of DMI: device and mapper managementKubeEdge Bot2022-09-193-50/+180
|\ \
| * | add dmi api, proto, services, server and dmi module in devicetwin•••fix device twin UT and review comment. update device model crd. add mutex lock for MapperRegister add rate limiter for DMI server make dmiclients as a map and generate a new client when a new mapper registers update api.pb.go modify dmi client move deviceList to the server struct make DMIcache mv edge/pkg/apis/dmi to pkg/apis/dmi add some mutex and fix some comment optimized the v1alpha1 of DMI proto and add some comments update api.pb.go generate crd fix review comments Signed-off-by: RyanZhaoXB <zhaoran11@huawei.com> RyanZhaoXB2022-09-193-56/+131
| * | distribute device model to meta storage•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2022-09-191-0/+55
| |/
* | Merge pull request #4022 from gy95/admission•••Fix admission not work: bump admissionregistration.k8s.io/v1beta1 to admissionregistration.k8s.io/v1KubeEdge Bot2022-09-196-88/+109
|\ \ | |/ |/|
| * Fix admission not work•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-07-206-88/+109
* | Merge pull request #4192 from vincentgoat/new_residual_terminating•••fix residual terminating pods problem after edge node reconnectedKubeEdge Bot2022-09-191-5/+1
|\ \
| * | fix residual terminating pods problem after edge node reconnected•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-161-5/+1
* | | add node-lease resource•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-182-2/+143
|/ /
* | Revert "fix residual terminating pods problem after edge node reconnected (#3...•••Signed-off-by: vincentgoat <linguohui1@huawei.com> This reverts commit 3f9ff707cfed647897b7ec26131c8f115b1fe9c5. Vincent Lin2022-09-161-1/+4
* | fix residual terminating pods problem after edge node reconnected (#3743)•••Signed-off-by: vincentgoat <linguohui1@huawei.com> Vincent Lin2022-09-161-4/+1
* | Merge pull request #4104 from vincentgoat/rbac•••Verify token when list/watch and add autonomy switchKubeEdge Bot2022-09-164-29/+132
|\ \
| * | add autonomy switch when edge node is offline•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-164-85/+153
| * | edgecore reports authorization header to cloudcore and cloudcore repalce it i...•••Signed-off-by: chengjin <sdghchj@qq.com> chengjin2022-08-044-34/+69
* | | move some helper function to package common•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-133-70/+104
* | | Merge pull request #4151 from Congrool/rv-sendgroup•••use module group name instead of src name as argument when `SendToGroup`KubeEdge Bot2022-09-012-6/+4
|\ \ \
| * | | use common module group name instead of src name•••Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn> Congrool2022-08-312-6/+4
* | | | Merge pull request #4097 from wackxu/rmnodeLocks•••remove nodeLocks from MessageHandleKubeEdge Bot2022-09-011-24/+5
|\ \ \ \
| * | | | remove nodeLocks from MessageHandle•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-08-221-24/+5
* | | | | Merge pull request #4116 from wackxu/fixsamenamepoddeletecreate•••fix delete and the recreate statefulset pod is not running bugKubeEdge Bot2022-08-311-4/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix delete and the recreate statefulset pod is not running bug•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-08-151-4/+1
* | | | | Merge pull request #4052 from xuxiawei/admission•••add license for admissionKubeEdge Bot2022-08-293-0/+33
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add license for admission•••Signed-off-by: xuxiawei <xiawei.xu@daocloud.io> xuxiawei2022-07-143-0/+33
* | | | | Merge pull request #4096 from wackxu/rmnodes•••remove nodes from MessageHandleKubeEdge Bot2022-08-181-3/+0
|\ \ \ \ \
| * | | | | remove nodes from MessageHandle•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-08-051-3/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #4095 from wackxu/rmchunused•••remove unused ObjectSyncController in cloudhubKubeEdge Bot2022-08-181-21/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | remove unused ObjectSyncController in cloudhub•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-08-051-21/+0
| |/ / /
* / / / Fix-4077: remove edgecontroller downstream endpointsManager avoid memory leak•••Signed-off-by: chengengkun <1366542563@qq.com> chengengkun2022-07-307-591/+0
|/ / /
* | | Merge pull request #3992 from wackxu/addme•••add wackxu as reviewerKubeEdge Bot2022-07-282-0/+3
|\ \ \
| * | | add wackxu as reviewer•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-07-082-0/+3
| | |/ | |/|
* | | fix spelling mistakes•••Signed-off-by: crui <crui@relaper.com> crui2022-07-281-2/+3
* | | code cleanup•••Signed-off-by: guiyong.ou <guiyong.ou@daocloud.io> guiyong.ou2022-07-191-1/+1
* | | Merge pull request #4011 from falser101/fix/cleanup•••cleanup: Error string fmt and handle errorKubeEdge Bot2022-07-185-7/+10
|\ \ \ | |_|/ |/| |