summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYu Peng <yu.peng36@zte.com.cn>2019-04-04 12:33:31 +0800
committerRohit Sardesai <sardesai.rohit.prabhakar@huawei.com>2019-04-04 10:03:31 +0530
commit739f9bd6b5aa1f5b44673d21b867b5f3e1ef345b (patch)
treec45c3c17ea1cc4a8f4650d136e4ea6fcc3a5b35b /README.md
parentMerge pull request #318 from PrivateRookie/fix-typo (diff)
downloadkubeedge-739f9bd6b5aa1f5b44673d21b867b5f3e1ef345b.tar.gz
Add the path of building cloudimage (#317)
* Add the path of building cloudimage * Fix typo after adding the path of building cloudimage * Fix typo after adding the path of building cloudimage
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 726f652aa..7ff191c7f 100644
--- a/README.md
+++ b/README.md
@@ -293,6 +293,7 @@ First, ensure your k8s cluster can pull edge controller image. If the
image not exist. We can make one, and push to your registry.
```bash
+cd $GOPATH/src/github.com/kubeedge/kubeedge
make cloudimage
```
@@ -300,6 +301,7 @@ Then, we need to generate the tls certs. It then will give us
`06-secret.yaml` if succeeded.
```bash
+cd build/cloud
../tools/certgen.sh buildSecret | tee ./06-secret.yaml
```