| Commit message (Expand) | Author | Age | Files | Lines |
| * | enable gosimple linter•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-05-23 | 10 | -21/+15 |
| * | Merge pull request #1638 from daixiang0/lint•••cleanup all lint issue | KubeEdge Bot | 2020-05-22 | 35 | -87/+0 |
| |\ |
|
| | * | enable whitelint check•••Signed-off-by: Xiang Dai <long0dai@foxmail.com>
| Xiang Dai | 2020-05-21 | 35 | -87/+0 |
| * | | Improve certsfunction | Liangshuang | 2020-05-21 | 3 | -30/+19 |
| |/ |
|
| * | add env status.hostIP for pods | qingchen1203 | 2020-05-11 | 1 | -1/+6 |
| * | modify the code about the parsing token | XuJiejie | 2020-05-07 | 1 | -2/+2 |
| * | change the token separator space to dot | XuJiejie | 2020-05-07 | 1 | -1/+1 |
| * | fix ci error | fisherxu | 2020-05-01 | 3 | -6/+7 |
| * | fix bug for set empty certs | fisherxu | 2020-05-01 | 6 | -33/+52 |
| * | fix bugs | Liangshuang | 2020-05-01 | 3 | -8/+79 |
| * | details issue modification | XuJiejie | 2020-05-01 | 3 | -41/+26 |
| * | add the judgment of manual certificate settings | XuJiejie | 2020-05-01 | 2 | -7/+32 |
| * | add the code of edge applying for certificate | XuJiejie | 2020-05-01 | 5 | -3/+184 |
| * | support hostname and internal ip request•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-30 | 3 | -5/+9 |
| * | add create sream cert doc instruction•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-30 | 1 | -3/+3 |
| * | support kubectl logs•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-30 | 9 | -113/+125 |
| * | edgecore start new tunnel•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-30 | 2 | -15/+10 |
| * | change serverport•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-30 | 3 | -7/+8 |
| * | add edgestream•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-30 | 8 | -4/+314 |
| * | set stream server•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-30 | 1 | -0/+1 |
| * | Add built-in labels when auto registering node•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
| Kevin Wang | 2020-04-20 | 1 | -0/+11 |
| * | add delete option when delete pod in cloud | fisherxu | 2020-04-18 | 3 | -6/+5 |
| * | add pod deletion operation in cloud | fisherxu | 2020-04-18 | 1 | -1/+2 |
| * | add pod deletion in metamanager | fisherxu | 2020-04-18 | 3 | -7/+30 |
| * | add deletion of pod in edged | fisherxu | 2020-04-18 | 3 | -19/+58 |
| * | set some fileds as edgecore config | fisherxu | 2020-04-17 | 1 | -6/+10 |
| * | remove _linux in cadvisor file, and remove corresponding build arg | fisherxu | 2020-04-17 | 1 | -2/+0 |
| * | fix cpu&memory info for pods | fisherxu | 2020-04-17 | 2 | -8/+8 |
| * | add config field to disable metrics | fisherxu | 2020-04-17 | 2 | -25/+133 |
| * | use 10350 for metrics log/exec | fisherxu | 2020-04-17 | 2 | -2/+2 |
| * | add cadvisor | fisherxu | 2020-04-17 | 6 | -155/+392 |
| * | Merge pull request #1589 from chendave/systemd•••Enable `systemd` as the `cgroup` driver | KubeEdge Bot | 2020-04-15 | 2 | -9/+5 |
| |\ |
|
| | * | Make `CgroupsPerQOS` and `CgroupRoot` configurable | Dave Chen | 2020-04-13 | 1 | -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 Chen | 2020-04-10 | 2 | -9/+5 |
| * | | set node.status.Address use hostnameoverride•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-10 | 1 | -0/+4 |
| |/ |
|
| * | update daemonEndpoints of node status when sync node status•••Signed-off-by: kadisi <iamkadisi@163.com>
| kadisi | 2020-04-08 | 2 | -1/+13 |
| * | Merge pull request #1580 from chendave/services•••endpoint of `ImageService` is not alway equal to `RuntimeService` | KubeEdge Bot | 2020-04-07 | 1 | -2/+2 |
| |\ |
|
| | * | endpoint of `ImageService` is not alway equal to `RuntimeService` | Dave Chen | 2020-04-03 | 1 | -2/+2 |
| * | | refactor edgemesh | liuzhiyi1993 | 2020-03-31 | 4 | -23/+206 |
| |/ |
|
| * | Merge pull request #1548 from mcsos/master•••Fix typo of the topic suffix for device updated event | KubeEdge Bot | 2020-03-16 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo of the topic suffix for device updated event•••The key should be "DeviceETUpdatedSuffix".
| mcsos | 2020-03-16 | 1 | -1/+1 |
| * | | add more approvers and reviewers•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
| Kevin Wang | 2020-03-11 | 1 | -2/+3 |
| |/ |
|
| * | move componentconfig related apis to componentconfig dir | fisherxu | 2020-03-11 | 15 | -16/+16 |
| * | fix the 'Errors' call position | stacktasec | 2020-03-09 | 1 | -2/+2 |
| * | only receive type '[]error' | stacktasec | 2020-03-09 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' into add_printbyline_func | stacktasec | 2020-03-08 | 4 | -19/+76 |
| |\ |
|
| | * | edgecore: format errors•••fix go fmt errors
| Will | 2020-03-04 | 2 | -2/+2 |
| | * | edgecore: format•••delete not used package
| Will | 2020-03-04 | 1 | -1/+0 |
| | * | edgecore: format•••fix the go fmt errors
| Will | 2020-03-04 | 1 | -1/+2 |
| | * | edgecore: fmt•••fix some formats
| Will | 2020-03-04 | 1 | -13/+6 |