summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorliufen90 <564795204@qq.com>2021-01-13 15:03:22 +0800
committerliufen90 <564795204@qq.com>2021-01-21 15:18:47 +0800
commitfd1959384bb6e1fef89f82e774dba7764f5f7195 (patch)
tree324c0b544709a29156b120119d76c7c0195e7a48 /hack
parentAdd provider rest and eventbus (diff)
downloadkubeedge-fd1959384bb6e1fef89f82e774dba7764f5f7195.tar.gz
Modify mqttmode, enable external mqttbroker
Signed-off-by: liufen90 <564795204@qq.com> Signed-off-by: WintonChan <cw_hao@163.com>
Diffstat (limited to 'hack')
-rwxr-xr-xhack/local-up-kubeedge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/local-up-kubeedge.sh b/hack/local-up-kubeedge.sh
index 7a32fc4fb..13df58bbe 100755
--- a/hack/local-up-kubeedge.sh
+++ b/hack/local-up-kubeedge.sh
@@ -130,7 +130,7 @@ function start_edgecore {
-e "s|hostnameOverride: .*|hostnameOverride: edge-node|g" \
-e "s|/etc/|/tmp/etc/|g" \
-e "s|/var/lib/kubeedge/|/tmp&|g" \
- -e "s|mqttMode: .*|mqttMode: 0|g" ${EDGE_CONFIGFILE}
+ -e "s|mqttMode: .*|mqttMode: 1|g" ${EDGE_CONFIGFILE}
EDGECORE_LOG=${LOG_DIR}/edgecore.log