summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4184 from Shelley-BaoYue/feature-new-edged-stage6•••[Feature-New-Edged] integrate Kubelet in new edgedv1.12.0-beta.0KubeEdge Bot2022-09-24542-14271/+86494
|\
| * delete authentication && bugfix ci•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-2411-52/+53
| * update gomod•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-24467-6240/+86256
| * undo edge deploy test & e2e statefulset•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-242-7/+6
| * add edgecore v1alpha2 config•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-2446-204/+1728
| * bugfix ci and edged•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-2416-52/+116
| * integrate Kubelet in egded•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-248-1513/+222
| * remove old edged•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-2428-8090/+0
|/
* Merge pull request #4226 from vincentgoat/add_rabc_switch•••add featuregate for authorizationKubeEdge Bot2022-09-247-36/+42
|\
| * add featuregate for authorization•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-247-36/+42
|/
* Merge pull request #4105 from wackxu/cloudhubrefactor•••Cloudhub refactor implementationKubeEdge Bot2022-09-2224-1117/+3065
|\
| * refactor cloudhub•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-2224-1117/+3065
|/
* Merge pull request #4004 from gy95/upgrade•••support upgrade node from cloudKubeEdge Bot2022-09-2265-26/+3745
|\
| * support operations: upgrade edge node from cloud•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-09-2265-26/+3745
|/
* Merge pull request #4125 from wackxu/fixdeletetermin••• 1.fix delete pod terminating sometimes. 2.fix update pod status timeout. 3.fix pod condition remain ready false when node status changes from offline to onlineKubeEdge Bot2022-09-228-53/+120
|\
| * modify RetryInterval for db operation of device to avoid occasional failure i...•••Signed-off-by: RyanZhaoXB <zhaoran11@huawei.com> RyanZhaoXB2022-09-211-1/+1
| * fix Pod's conditions remain Ready false when cloudcore node or edgenode were ...•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-213-37/+40
| * fix update pod status timeout•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-214-11/+62
| * fix delete pod terminating stuck when pod is create and quick delete•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-211-4/+17
|/
* Merge pull request #4196 from wackxu/fixdeleteandcreatestatefulset•••fix delete and create same name pod failed occasionallyKubeEdge Bot2022-09-212-80/+41
|\
| * fix delete and create same name pod failed occasionally•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-202-80/+41
|/
* Merge pull request #3807 from vincentgoat/pod-serviceaccount•••Pod running on edge node has invalid serviceaccount tokenKubeEdge Bot2022-09-203-3/+138
|\
| * Pod running on edge node has invalid serviceaccount token•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-203-3/+138
|/
* Merge pull request #4182 from Shelley-BaoYue/feature-new-edged-stage5•••[Feature-New-Edged]add patch pod operationKubeEdge Bot2022-09-209-2/+186
|\
| * add patch pod operation•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-209-2/+186
|/
* Merge pull request #4152 from Shelley-BaoYue/feature-new-edged-stage3•••[Feature-New-Edged] add register and patch node upstream operationKubeEdge Bot2022-09-209-3/+234
|\
| * register node and patch node•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-209-3/+234
* | Merge pull request #4141 from wackxu/fixforcedeletepodoffline•••fix force delete pod when node is offlineKubeEdge Bot2022-09-201-4/+14
|\ \
| * | fix force delete pod when node is offline•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-09-191-4/+14
* | | Merge pull request #3957 from gy95/helm•••add controllerManager to manifestKubeEdge Bot2022-09-205-12/+195
|\ \ \
| * | | add imagePullSecrets•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-07-011-0/+3
| * | | Fix duplicate sets•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-07-011-3/+22
| * | | add controllerManager to manifest•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-06-215-10/+171
* | | | Merge pull request #3917 from wackxu/fixsendrespstuck•••fix sendresp stuck occasionally when sendsync receive select exitedKubeEdge Bot2022-09-191-1/+6
|\ \ \ \
| * | | | fix sendresp stuck occasionally when sendsync receive select exited•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-06-281-1/+6
* | | | | Merge pull request #4013 from RyanZhaoXB/DMI-dev-new•••an implementation of DMI: device and mapper managementKubeEdge Bot2022-09-1928-61/+8875
|\ \ \ \ \
| * | | | | 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-1928-67/+8826
| * | | | | 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 #4119 from Shelley-BaoYue/bugfix-sqlite•••bugfix sqlite 'transaction has already been committed or rolled back' KubeEdge Bot2022-09-1911-76/+174
|\ \ \ \ \
| * | | | | bugfix 'transaction has already been committed or rolled back' in list-watch•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-08-2611-76/+174
* | | | | | 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
* | | | | | Merge pull request #4187 from gy95/debug•••fix keadm_deprecated_e2e errorKubeEdge Bot2022-09-191-2/+19
|\ \ \ \ \ \
| * | | | | | fix keadm_deprecated_e2e error•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-09-191-2/+19
* | | | | | | Merge pull request #3859 from gy95/refactor_copyResources•••refactor function: copy files from image to hostKubeEdge Bot2022-09-192-39/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | refactor function: copy files from image to host•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-05-262-39/+22
* | | | | | | Merge pull request #4111 from Shelley-BaoYue/feature-new-edged-stage1•••[Feature-New-Edged] add node-lease resourceKubeEdge Bot2022-09-1914-11/+400
|\ \ \ \ \ \ \
| * | | | | | | add node-lease resource•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-1814-11/+400