From 80bbb7f7ddbffa83c96fe40663db4bfa616d23ae Mon Sep 17 00:00:00 2001 From: duyong <86796922@qq.com> Date: Wed, 17 Aug 2022 17:37:27 +0800 Subject: [PATCH] Update temperature-demo README.md , CRD yaml file name Signed-off-by: duyong <86796922@qq.com> --- temperature-demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/temperature-demo/README.md b/temperature-demo/README.md index eb70203d0..05eb980cb 100644 --- a/temperature-demo/README.md +++ b/temperature-demo/README.md @@ -45,9 +45,9 @@ $ git clone https://github.com/kubeedge/examples.git $GOPATH/src/github.com/kube ```console $ cd $GOPATH/src/github.com/kubeedge/examples/temperature-demo/crds -$ kubectl apply -f devicemodel.yaml +$ kubectl apply -f model.yaml $ sed -i "s#edge-node##g" instance.yaml -$ kubectl apply -f device.yaml +$ kubectl apply -f instance.yaml ``` 6. Build the mapper to run in RaspBerry-Pi.