Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Xue Mingdi <[email protected]>
  • Loading branch information
xuemingdi committed Aug 16, 2024
1 parent 570dd33 commit 39d65fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/local_up_kubeedge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)/..
Expand Down

0 comments on commit 39d65fd

Please sign in to comment.