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)/..