From 39d65fd6ecc6f7bc5a2b195b51484b219fc136d9 Mon Sep 17 00:00:00 2001 From: Xue Mingdi Date: Fri, 16 Aug 2024 16:43:45 +0800 Subject: [PATCH] test Signed-off-by: Xue Mingdi --- docs/developer/local_up_kubeedge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/local_up_kubeedge.md b/docs/developer/local_up_kubeedge.md index 16318ff0ce..5deed97831 100644 --- a/docs/developer/local_up_kubeedge.md +++ b/docs/developer/local_up_kubeedge.md @@ -26,7 +26,7 @@ Before running the script, you can modify some environment variables to suit you The script should be run with administrative privileges, as some operations (e.g., software installation, system configuration changes) require sudo access. ```shell -hack/local_up_kubeedge.sh +hack/local-up-kubeedge.sh ``` This script will run the environment setting, prerequesites verification, installation and so on. For details, please refer [Script Analysis](#script-analysis) @@ -52,7 +52,7 @@ local-up-kubeedge.sh scipt is a tool for installing and configuring a KubeEdge e 1. Set environment variables -This script sets several environment variables at the beginning, including log directory, log level, timeout duration, protocol type, container runtime type, Kebenetes cluster name and etc. This is the necessary for local Kebeedge cluster setting up and starting. +This script sets several environment variables at the beginning, including log directory, log level, timeout duration, protocol type, container runtime type, Kubernetes cluster name and etc. This is the necessary for local Kubeedge cluster setting up and starting. ```shell KUBEEDGE_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/..