FAQs
Check the output of
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 ofarm64v8
architecture, the nginx image to be executed would bearm64v8/nginx
from the docker hub.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.
- If was used to start the cloudcore/ edgecore? then use
journalctl --unit <name of the service probably edgecore.service>
to view the logs. - 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.