summaryrefslogtreecommitdiff
path: root/edge (follow)
Commit message (Expand)AuthorAgeFilesLines
* enable gosimple linter•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-2310-21/+15
* Merge pull request #1638 from daixiang0/lint•••cleanup all lint issueKubeEdge Bot2020-05-2235-87/+0
|\
| * enable whitelint check•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-2135-87/+0
* | Improve certsfunctionLiangshuang2020-05-213-30/+19
|/
* add env status.hostIP for podsqingchen12032020-05-111-1/+6
* modify the code about the parsing tokenXuJiejie2020-05-071-2/+2
* change the token separator space to dotXuJiejie2020-05-071-1/+1
* fix ci errorfisherxu2020-05-013-6/+7
* fix bug for set empty certsfisherxu2020-05-016-33/+52
* fix bugsLiangshuang2020-05-013-8/+79
* details issue modificationXuJiejie2020-05-013-41/+26
* add the judgment of manual certificate settingsXuJiejie2020-05-012-7/+32
* add the code of edge applying for certificateXuJiejie2020-05-015-3/+184
* support hostname and internal ip request•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-303-5/+9
* add create sream cert doc instruction•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-301-3/+3
* support kubectl logs•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-309-113/+125
* edgecore start new tunnel•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-302-15/+10
* change serverport•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-303-7/+8
* add edgestream•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-308-4/+314
* set stream server•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-301-0/+1
* Add built-in labels when auto registering node•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Kevin Wang2020-04-201-0/+11
* add delete option when delete pod in cloudfisherxu2020-04-183-6/+5
* add pod deletion operation in cloudfisherxu2020-04-181-1/+2
* add pod deletion in metamanagerfisherxu2020-04-183-7/+30
* add deletion of pod in edgedfisherxu2020-04-183-19/+58
* set some fileds as edgecore configfisherxu2020-04-171-6/+10
* remove _linux in cadvisor file, and remove corresponding build argfisherxu2020-04-171-2/+0
* fix cpu&memory info for podsfisherxu2020-04-172-8/+8
* add config field to disable metricsfisherxu2020-04-172-25/+133
* use 10350 for metrics log/execfisherxu2020-04-172-2/+2
* add cadvisorfisherxu2020-04-176-155/+392
* Merge pull request #1589 from chendave/systemd•••Enable `systemd` as the `cgroup` driverKubeEdge Bot2020-04-152-9/+5
|\
| * Make `CgroupsPerQOS` and `CgroupRoot` configurableDave Chen2020-04-131-2/+2
| * Enable `systemd` as the `cgroup` driver•••systemd unit has the ".slice" surfix and slices are organized hierarchically in the cgroup tree, that means in order to make cgroup name recognized by systemd, the cgroup name like below, {"kubepods", "besteffort", "pod2330b759-7ca1-49b0-8fea-f7f382c881fd"} should be converted to, "/kubepods.slice/kubepods-besteffort.slice/kubepods-besteffort-pod2330b759_7ca1_49b0_8fea_f7f382c881fd.slice" while with cgroupfs in place, it should be coverted to something like this, "/kubepods/besteffort/pod2330b759-7ca1-49b0-8fea-f7f382c881fd" The change calls the API from kubelet to convert the resource to the form that could be supported by cgroupfs or systemd. `CgroupsPerQOS` is enabled by default in the `containerManager` to support the conversion mentioned above, or else, nothing is done but an empty string is returned which should also workable though. Dave Chen2020-04-102-9/+5
* | set node.status.Address use hostnameoverride•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-101-0/+4
|/
* update daemonEndpoints of node status when sync node status•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-082-1/+13
* Merge pull request #1580 from chendave/services•••endpoint of `ImageService` is not alway equal to `RuntimeService`KubeEdge Bot2020-04-071-2/+2
|\
| * endpoint of `ImageService` is not alway equal to `RuntimeService`Dave Chen2020-04-031-2/+2
* | refactor edgemeshliuzhiyi19932020-03-314-23/+206
|/
* Merge pull request #1548 from mcsos/master•••Fix typo of the topic suffix for device updated eventKubeEdge Bot2020-03-161-1/+1
|\
| * Fix typo of the topic suffix for device updated event•••The key should be "DeviceETUpdatedSuffix". mcsos2020-03-161-1/+1
* | add more approvers and reviewers•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Kevin Wang2020-03-111-2/+3
|/
* move componentconfig related apis to componentconfig dirfisherxu2020-03-1115-16/+16
* fix the 'Errors' call positionstacktasec2020-03-091-2/+2
* only receive type '[]error'stacktasec2020-03-091-1/+1
* Merge remote-tracking branch 'upstream/master' into add_printbyline_funcstacktasec2020-03-084-19/+76
|\
| * edgecore: format errors•••fix go fmt errors Will2020-03-042-2/+2
| * edgecore: format•••delete not used package Will2020-03-041-1/+0
| * edgecore: format•••fix the go fmt errors Will2020-03-041-1/+2
| * edgecore: fmt•••fix some formats Will2020-03-041-13/+6