We trialled running the AVP demo on Local Hardware.
The following error occurs in blueprint start command.

What is the correct way to handle this issue?
This seemed to be due to the fact that the node name set in k3s is different from the actual host name of the local hosts.
Workaround:
In our envrionmets,
- Laptop PC(amd64): for running Render and Dashboard(avp-render, xronos-dashbord)
- NVIDIA Jetson Orin AGX(arm64): for running compute(avp-ewaol, avp-builder)
- Change hostname on Laptop PC(amd64) and NVIDIA Jetson Orin AGX(arm64).
# Laptop PC(amd64)
$ hostnamectl set-hostname onsite-avp-render
# NVIDIA Jetson Orin AGX(arm64)
$ hostnamectl set-hostname onsite-avp-ewaol
- Uninstall k3s
- Retry
blueprint configure command (Reinstall k3s)
We trialled running the AVP demo on Local Hardware.
The following error occurs in
blueprint startcommand.What is the correct way to handle this issue?
This seemed to be due to the fact that the node name set in k3s is different from the actual host name of the local hosts.
Workaround:
In our envrionmets,
blueprint configurecommand (Reinstall k3s)