- WIP Helm Chart to install cloud component
- Need to expose both
10000
(websocket) and10002
(cloudhub)
- Need to expose both
- Need to build
kubeedge/cloudcore:v1.4.0
manuallycd kubeedge make cloudimage kind load docker-image
- otherwise won't work with latest version of CRD
make cloudimage
&&kind load docker-image
- Install
keadm
to join cluster (with archarm
orarm32v7
) - Need to edit
/boot/firmware/cmdline.txt
- Otherwise, error is:
initialize module error: system validation failed - Following Cgroup subsystem not mounted: [memory]
- From kubeedge/kubeedge#1613 (comment)
- Otherwise, error is:
- Show logs from
edgecore
servicejournalctl -u edgecore.service -b
- Restart
edgecore
servicesudo service edgecore restart