Skip to content

Commit

Permalink
Signed-off-by: sarthaksarthak9 <[email protected]>
Browse files Browse the repository at this point in the history
step 1
  • Loading branch information
sarthaksarthak9 committed Nov 18, 2023
1 parent e45ce9b commit 2c3c0fd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions KubeEdge v1.14.2/KubeEdge-Counter-Demo/step1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## clone the demo code

```
git clone https://github.com/kubeedge/examples.git
```

```
cd $GOPATH/src/github.com/kubeedge/examples/kubeedge-counter-demo
```
<br>
replace "<your edge node name>" with your edge node name
<br>

```
sed -i "s#edge-node#<your edge node name>#" crds/kubeedge-counter-instance.yaml
```

```
kubectl create -f crds/kubeedge-counter-model.yaml
kubectl create -f crds/kubeedge-counter-instance.yaml
```

0 comments on commit 2c3c0fd

Please sign in to comment.