FAQs

    1. Check the output of

    2. Check the architecture of the node running edgecore and make sure that container image you are trying to run is of the same architecture. For example, if you are running on Raspberry Pi 4, which is of arm64v8 architecture, the nginx image to be executed would be arm64v8/nginx from the docker hub.

    3. Also, check that the podSandboxImage is correctly set as defined in Modification in edgecore.yaml.

    This depends on the how cloudcore/ edgecore has been executed.

    1. If was used to start the cloudcore/ edgecore? then use journalctl --unit <name of the service probably edgecore.service> to view the logs.
    2. If nohup was used to start the cloudcore/ edgecore, either a path would have been added where the log is located, Otherwise, if the log file wasn’t provided, the logs would be written to stdout.
    • use the log file located in /var/log/pods or
    • use commands like

    kubectl logs is not yet supported by KubeEdge.