Skip to content

Commit

Permalink
Signed-off-by: sarthaksarthak9 <[email protected]>
Browse files Browse the repository at this point in the history
step4
  • Loading branch information
sarthaksarthak9 committed Nov 25, 2023
1 parent bbb9bb5 commit 4702f74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions KubeEdge v1.14.2/tempMapper/step4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Deploy the temperature mapper.

```
cd $GOPATH/src/github.com/kubeedge/examples/temperature-demo/
```

Please enter the following details in the deployment.yaml :-
1. Replace "edge-node" with the name of your edge node at spec.template.spec.nodeSelector.name
2. Replace "kubeedge/temperature-mapper-demo:arm32" with your own image at spec.template.spec.containers.image

```
kubectl create -f deployment.yaml
```

0 comments on commit 4702f74

Please sign in to comment.