-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: sarthaksarthak9 <[email protected]>
step 1
- Loading branch information
1 parent
e45ce9b
commit 2c3c0fd
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |