Skip to content

Error from server (NotFound): pods "onsite-avp-render" not found (running the AVP demo on Local Hardware) #26

@ota-ri

Description

@ota-ri

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

Image

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)
    • hostname: denso-g3
  • NVIDIA Jetson Orin AGX(arm64): for running compute(avp-ewaol, avp-builder)
    • hostname: ubuntu
  1. 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
  2. Uninstall k3s
  3. Retry blueprint configure command (Reinstall k3s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions