summaryrefslogtreecommitdiff
path: root/keadm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | fix mqtt: start mqtt container•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-07-242-3/+4
* | Merge pull request #4797 from yeqiugt/master•••fix format err in keadm/cmd/keadm/app/cmd/debug/diagnose.goKubeEdge Bot2023-07-211-1/+1
|\ \ | |/ |/|
| * Error strings should not be capitalized (unless beginning with proper•••nouns or acronyms) or end with punctuation, since they are usually printed following other context. Signed-off-by: liulijin <253954033@qq.com> liulijin2023-05-291-1/+1
* | add runtime validation in keadm•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-07-071-0/+3
* | update k8s version to 1.24•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-07-012-7/+37
* | Using 1.13 installation, but displaying 1.12 in many places can be misleading•••Signed-off-by: jiawei <jiawei.liu@daocloud.io> jiawei2023-06-011-1/+1
* | fix grammar error•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172023-05-311-3/+3
|/
* Standardization of prompt messages for keadm command parameters•••Signed-off-by: lishaokai1995 <lishaokai1995@126.com> lishaokai19952023-03-211-5/+5
* modification for k8s 1.23.15•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-01-161-1/+1
* Merge pull request #4520 from gy95/ns•••fix keadm join using cri-o error: cannot generate pod name without namespaceKubeEdge Bot2023-01-161-1/+4
|\
| * fix keadm join using cri-o error: cannot generate pod name without namespace•••Signed-off-by: gy95 <1015105054@qq.com> gy952023-01-141-1/+4
* | do not save edgecore token on disk•••Signed-off-by: gy95 <1015105054@qq.com> gy952023-01-161-3/+44
|/
* Merge pull request #4526 from yanggangtony/reuse-parm•••Reused common default docker parm.KubeEdge Bot2023-01-144-6/+6
|\
| * Reused common default docker parm.•••Signed-off-by: yanggang <gang.yang@daocloud.io> yanggang2023-01-044-6/+6
* | Merge pull request #4533 from gy95/containerd•••replace default runtime docker with containerdKubeEdge Bot2023-01-143-5/+6
|\ \
| * | replace default runtime docker with containerd•••Signed-off-by: gy95 <1015105054@qq.com> gy952023-01-133-5/+6
| |/
* / keadm support v1alpha1 param•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-01-111-14/+98
|/
* fix: wrong output for word•••Signed-off-by: xin.li <xin.li@daocloud.io> xin.li2022-11-251-1/+1
* Merge pull request #4395 from wuxs/fix/print-token-with-newline•••fix: print token with newlineKubeEdge Bot2022-11-211-1/+1
|\
| * fix: print token with newline•••Signed-off-by: wuxuesong <xuesongwu@yunify.com> wuxuesong2022-11-101-1/+1
* | Merge pull request #4404 from yanggangtony/code-clean•••replaced io/ioutil with "os / io" package.KubeEdge Bot2022-11-161-2/+1
|\ \
| * | replaced io/ioutil with "os / io" package.•••Signed-off-by: yanggang <gang.yang@daocloud.io> yanggang2022-11-131-2/+1
* | | Make mosquitto image:tag can be easy replaced in future.•••Signed-off-by: yanggang <gang.yang@daocloud.io> yanggang2022-11-131-1/+2
|/ /
* | optimize keadm example output•••Signed-off-by: xin.li <xin.li@daocloud.io> xin.li2022-11-012-5/+5
* | improve example output about kubeedge•••Signed-off-by: xin.li <xin.li@daocloud.io> xin.li2022-11-011-2/+2
* | Merge pull request #4299 from gy95/remote•••keadm reset supports remote runtime remove mqtt containerKubeEdge Bot2022-10-203-32/+68
|\ \
| * | keadm reset supports remote runtime remove mqtt container•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-10-133-32/+68
* | | fix binary edgecore incomplete during keadm join using remote-runtime•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-10-191-4/+22
|/ /
* | update DefaultKubeEdgeVersion•••Signed-off-by: wlq1212 <liqing.wu@daocloud.io> wlq12122022-10-111-1/+1
* | delete authentication && bugfix ci•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-241-0/+1
* | add edgecore v1alpha2 config•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-247-33/+32
* | bugfix ci and edged•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-09-245-13/+13
* | support operations: upgrade edge node from cloud•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-09-227-7/+417
* | Merge pull request #3957 from gy95/helm•••add controllerManager to manifestKubeEdge Bot2022-09-201-11/+38
|\ \
| * | 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-211-9/+17
* | | 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
* | | | fix: mqtt broker was not deleted when it run failed•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2022-09-151-1/+3
* | | | chore: remove duplicate word in comments•••Signed-off-by: Abirdcfly <fp544037857@gmail.com> Abirdcfly2022-08-301-1/+1
* | | | Merge pull request #3993 from gy95/service•••refactor GenerateServiceFileKubeEdge Bot2022-08-242-4/+3
|\ \ \ \
| * | | | refactor GenerateServiceFile•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-06-302-4/+3
* | | | | Merge pull request #4047 from dapengJacky/lint-fix•••cleanup:fix lint issueKubeEdge Bot2022-07-135-44/+9
|\ \ \ \ \
| * | | | | cleanup:fix lint issue•••Signed-off-by: jacky <peng.chen@daocloud.io> jacky2022-07-125-44/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request from GHSA-vwm6-qc77-v2rh•••* fix invalid request Signed-off-by: vincentgoat <linguohui1@huawei.com> * fix CI issue Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com>Vincent Lin2022-07-111-2/+1
* | | | | fix release 1.11 k8s compatibility•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-07-011-1/+1
* | | | | Merge pull request #3994 from vincentgoat/complexparameter•••fix complex parametersKubeEdge Bot2022-07-014-4/+4
|\ \ \ \ \
| * | | | | fix complex parameters•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-304-4/+4
| | |/ / / | |/| | |
* / | | | rename package name to keep the same with dir name•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-06-307-8/+8
|/ / / /
* / / / Missing error check for unsafe method•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-281-4/+20
|/ / /