|
|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
Once you have docker running, you can create a local Sedna cluster with:
|
|
|
Once you have docker running, you can create a local Sedna cluster with:
|
|
|
```
|
|
|
```
|
|
|
bash scripts/local-up.sh
|
|
|
|
|
|
|
|
|
bash hack/local-up.sh
|
|
|
```
|
|
|
```
|
|
|
This script uses [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) to create a
|
|
|
This script uses [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) to create a
|
|
|
local k8s cluster with one master node, and boots one edge node by running KubeEdge.
|
|
|
local k8s cluster with one master node, and boots one edge node by running KubeEdge.
|
|
|
|