diff options
| author | zhu733756 <zhu733756@kubesphere.io> | 2022-01-10 11:47:58 +0800 |
|---|---|---|
| committer | zhu733756 <zhu733756@kubesphere.io> | 2022-01-14 09:04:02 +0800 |
| commit | fdd2f4c3dcc32a1a745532de04a8074b305d2b6e (patch) | |
| tree | 5940a845bdf7b28fcf96dec7bb17ab60b5e788db /docs/proposals | |
| parent | add keadm propsals on the cloud (diff) | |
| download | kubeedge-fdd2f4c3dcc32a1a745532de04a8074b305d2b6e.tar.gz | |
add external-helm-root
Signed-off-by: zhu733756 <zhu733756@kubesphere.io>
Diffstat (limited to 'docs/proposals')
| -rw-r--r-- | docs/proposals/refactor-keadm-on-the-cloud.md | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/proposals/refactor-keadm-on-the-cloud.md b/docs/proposals/refactor-keadm-on-the-cloud.md index bd1aac78d..b1237a7ce 100644 --- a/docs/proposals/refactor-keadm-on-the-cloud.md +++ b/docs/proposals/refactor-keadm-on-the-cloud.md @@ -1,5 +1,21 @@ # Proposal for refactoring keadm cmds on the cloud +--- +title: Reliable message delivery +authors: + - "@fisherxu" + - "@zc2638" + - "@gy95" + - "@zhu733756" +approvers: + - "@fisherxu" + - "@zc2638" + - "@gy95" +creation-date: 2021-12-28 +last-updated: 2022-01-14 +status: Implememted +--- + ## Plan A: using operator and CRD By using k8s CRDs to install cloud components, this plan can be flexibly installed according to different scenarios like istioctl. @@ -199,8 +215,8 @@ enableEdgeMesh=true A list of set flags like helm flags. -#### --charts -Allow appending file directories of charts to keadm, separated by commas +#### --external-helm-root +External helm root path to install charts for kubeedge. ##### --files, -f, --manifests Allow appending file paths of manifests to keadm, separated by commas |
