diff options
| author | Yu Peng <yu.peng36@zte.com.cn> | 2019-04-04 12:33:31 +0800 |
|---|---|---|
| committer | Rohit Sardesai <sardesai.rohit.prabhakar@huawei.com> | 2019-04-04 10:03:31 +0530 |
| commit | 739f9bd6b5aa1f5b44673d21b867b5f3e1ef345b (patch) | |
| tree | c45c3c17ea1cc4a8f4650d136e4ea6fcc3a5b35b /README.md | |
| parent | Merge pull request #318 from PrivateRookie/fix-typo (diff) | |
| download | kubeedge-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ``` |
