From 8f6e7fc478033dc519fc10b711e5bb4025a8ec11 Mon Sep 17 00:00:00 2001 From: JimmyYang20 Date: Wed, 16 Mar 2022 11:16:44 +0800 Subject: [PATCH] Fix all-in-one doc 1.recommend to use the stable version v1.8.0 of kubeedge 2.add "clean all-in-one Sedna" in doc Signed-off-by: JimmyYang20 --- docs/setup/all-in-one.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/setup/all-in-one.md b/docs/setup/all-in-one.md index a84193017..256a71cdf 100644 --- a/docs/setup/all-in-one.md +++ b/docs/setup/all-in-one.md @@ -15,7 +15,8 @@ It requires you: For example: ```bash - curl https://raw.githubusercontent.com/kubeedge/sedna/master/scripts/installation/all-in-one.sh | NUM_EDGE_NODES=2 bash - + curl https://raw.githubusercontent.com/kubeedge/sedna/master/scripts/installation/all-in-one.sh | KUBEEDGE_VERSION=v1.8.0 + NUM_EDGE_NODES=2 bash - ``` Above command installs a mini Sedna environment, including: @@ -36,3 +37,8 @@ Advanced options: |FORCE_INSTALL_SEDNA | If 'true', force to reinstall Sedna|false| |NODE_IMAGE | Custom node image| kubeedge/sedna-allinone-node:v1.21.1| |REUSE_EDGE_CONTAINER | Whether reuse edge node containers or not|true| + +Clean all-in-one Sedna: + ```bash + curl https://raw.githubusercontent.com/kubeedge/sedna/main/scripts/installation/all-in-one.sh | bash /dev/stdin clean + ``` \ No newline at end of file