| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | script: add an env CLOUDCORE_DOMAINS in certgen.sh and fix a bug | lwabish | 2022-04-26 | 1 | -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 cert | jun.gu | 2021-12-01 | 1 | -3/+4 |
| | | | | | Signed-off-by: jun.gu <jun.gu@easystack.cn> | ||||
| * | Edgesite: cluster on edge implement (#2858) | liufen90 | 2021-05-31 | 1 | -4/+56 |
| | | | | Co-authored-by: WintonChan <cw_hao@163.com> | ||||
| * | Keadm: ensure /usr/local/bin exist | Xiang Dai | 2020-12-31 | 2 | -2/+2 |
| | | | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com> | ||||
| * | add restart options for cloudcore.service and edgecore.service | ZYZ | 2020-09-28 | 2 | -0/+4 |
| | | |||||
| * | add docs for CloudCore HA deployment | Xujiejie | 2020-08-04 | 1 | -0/+1 |
| | | |||||
| * | add create sream cert doc instruction | kadisi | 2020-04-30 | 1 | -1/+38 |
| | | | | | Signed-off-by: kadisi <iamkadisi@163.com> | ||||
| * | fix systemd service install guide | dwSun | 2019-10-18 | 2 | -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 components | zhangjie | 2019-09-30 | 1 | -49/+0 |
| | | | | | Signed-off-by: zhangjie <iamkadisi@163.com> | ||||
| * | Merge pull request #1016 from subpathdev/verifyVendor | KubeEdge Bot | 2019-08-19 | 1 | -0/+49 |
| |\ | | | | | adding verfify vendor script | ||||
| | * | Add gomod verify scripts | Jan Unterbrink | 2019-08-15 | 1 | -0/+49 |
| | | | | | | | | | | | adding verfify vendor script check if dependencies have been patched | ||||
| * | | addind example edge service | Jan Unterbrink | 2019-08-14 | 1 | -0/+9 |
| |/ | |||||
| * | rename edgecontroller in docs and build yaml | fisherxu | 2019-08-08 | 1 | -2/+2 |
| | | |||||
| * | using extra function to generate csr and certificate | Jan Unterbrink | 2019-05-27 | 1 | -3/+13 |
| | | | | | close #564 | ||||
| * | certs: use the script to generate the keys and certs (#377) | Dave (Wei) Chen | 2019-04-17 | 1 | -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 exist | tedli | 2019-04-04 | 1 | -1/+12 |
| | | |||||
| * | Dockerfiles and scripts to containerize edge controller (#246) | tedli | 2019-03-25 | 1 | -0/+51 |
