librarium icon indicating copy to clipboard operation
librarium copied to clipboard

Palette API V1 > Spectroclusters > vmName - IP is absent

Open trianglesis opened this issue 3 months ago • 0 comments

There is no way to get the VM IP address; only the MAC is available.

{{baseUrl}}/v1/spectroclusters/:uid/vms/:vmName?namespace={{namespace}}

"interfaces": [
      {
          "bridge": {},
          "macAddress": "YY:FF:DD:CC:BB:AA",
          "model": "virtio",
          "name": "default",
          "ports": null
      }
  ]

There is no IP for kubevirt at all!

Image

trianglesis avatar Sep 30 '25 15:09 trianglesis