Browse Source

docs: update the installation doc

1. rm git prerequisite
2. explictly add 'SEDNA_ACTION=create' to install cmd

Signed-off-by: llhuii <liulinghui@huawei.com>
tags/v0.2.0
llhuii 4 years ago
parent
commit
25bd966d1c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      docs/setup/install.md

+ 1
- 3
docs/setup/install.md View File

@@ -1,5 +1,4 @@
### Prerequisites
- [GIT][git_tool]
- [KUBECTL][kubectl] with right kubeconfig
- [Kubernetes][kubernetes] 1.16+ cluster running
- [KubeEdge][kubeedge] v.15+ running
@@ -30,7 +29,7 @@ So we can set `SEDNA_GM_NODE=sedna-control-plane` in below instructions:
# SEDNA_GM_NODE=sedna-control-plane
SEDNA_GM_NODE=CHANGE-ME-HERE

curl https://raw.githubusercontent.com/kubeedge/sedna/main/scripts/installation/install.sh | SEDNA_GM_NODE=$SEDNA_GM_NODE bash -
curl https://raw.githubusercontent.com/kubeedge/sedna/main/scripts/installation/install.sh | SEDNA_GM_NODE=$SEDNA_GM_NODE SEDNA_ACTION=create bash -
```

#### Debug
@@ -58,7 +57,6 @@ SEDNA_GM_NODE=CHANGE-ME-HERE
curl https://raw.githubusercontent.com/kubeedge/sedna/main/scripts/installation/install.sh | SEDNA_GM_NODE=$SEDNA_GM_NODE SEDNA_ACTION=delete bash -
```

[git_tool]:https://git-scm.com/downloads
[kubectl]:https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-kubectl-binary-with-curl-on-linux
[kubeedge]:https://github.com/kubeedge/kubeedge
[kubernetes]:https://kubernetes.io/

Loading…
Cancel
Save