Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 879 Bytes

NOTES.md

File metadata and controls

35 lines (29 loc) · 879 Bytes

Notes

Cloud

  • WIP Helm Chart to install cloud component
    • Need to expose both 10000 (websocket) and 10002 (cloudhub)
  • Need to build kubeedge/cloudcore:v1.4.0 manually
    cd kubeedge
    make cloudimage
    kind load docker-image
    
    • otherwise won't work with latest version of CRD
    • make cloudimage && kind load docker-image

Edge

  • Install keadm to join cluster (with arch arm or arm32v7)
  • 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)

Useful commands

  • Show logs from edgecore service
    journalctl -u edgecore.service -b
    
  • Restart edgecore service
    sudo service edgecore restart