summaryrefslogtreecommitdiff
path: root/build/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* script: add an env CLOUDCORE_DOMAINS in certgen.sh and fix a buglwabish2022-04-261-3/+9
| | | | | | | 1. when CLOUDCOREIPS env contains spaces, `-z ${CLOUDCOREIPS}` could lead to error, double quote is indispensable. 2. in some cases domain names are provided when running `./certgen.sh stream` Signed-off-by: lwabish <wubw@pku.edu.cn>
* Optimize script when create stream certjun.gu2021-12-011-3/+4
| | | | Signed-off-by: jun.gu <jun.gu@easystack.cn>
* Edgesite: cluster on edge implement (#2858)liufen902021-05-311-4/+56
| | | Co-authored-by: WintonChan <cw_hao@163.com>
* Keadm: ensure /usr/local/bin existXiang Dai2020-12-312-2/+2
| | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* add restart options for cloudcore.service and edgecore.serviceZYZ2020-09-282-0/+4
|
* add docs for CloudCore HA deploymentXujiejie2020-08-041-0/+1
|
* add create sream cert doc instructionkadisi2020-04-301-1/+38
| | | | Signed-off-by: kadisi <iamkadisi@163.com>
* fix systemd service install guidedwSun2019-10-182-1/+10
| | | | | change mqtt install guide to point to official site add command permission description
* create a symlink in vendor directory pointing to the staging componentszhangjie2019-09-301-49/+0
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* Merge pull request #1016 from subpathdev/verifyVendorKubeEdge Bot2019-08-191-0/+49
|\ | | | | adding verfify vendor script
| * Add gomod verify scriptsJan Unterbrink2019-08-151-0/+49
| | | | | | | | | | adding verfify vendor script check if dependencies have been patched
* | addind example edge serviceJan Unterbrink2019-08-141-0/+9
|/
* rename edgecontroller in docs and build yamlfisherxu2019-08-081-2/+2
|
* using extra function to generate csr and certificateJan Unterbrink2019-05-271-3/+13
| | | | close #564
* certs: use the script to generate the keys and certs (#377)Dave (Wei) Chen2019-04-171-10/+10
| | | | | | | | | | There is script which can be reused to generated the keys and certs, no need to manually generated those files, and manual steps for certs generation missed some inputs and is error prone. Also update some configuration for easier installtion, so that there is no need to update them manually Signed-off-by: Dave Chen <dave.chen@arm.com>
* #320 create folder for generating ca and certs if not existtedli2019-04-041-1/+12
|
* Dockerfiles and scripts to containerize edge controller (#246)tedli2019-03-251-0/+51