Global ComputeDomain status. Can be used to guide debugging efforts.
Workload however should not rely on inspecting this field at any point
during its lifecycle.
nodes
[]object
index
integer
The Index field is used to ensure a consistent IP-to-DNS name
mapping across all machines within an IMEX domain. Each node's index
directly determines its DNS name within a given NVLink partition
(i.e. clique). In other words, the 2-tuple of (CliqueID, Index) will
always be unique. This field is marked as optional (but not
omitempty) in order to support downgrades and avoid an API bump.
ipAddress
string required
status
string
The Status field tracks the readiness of the IMEX daemon running on
this node. It gets switched to Ready whenever the IMEX daemon is
ready to broker GPU memory exchanges and switches to NotReady when
it is not. It is marked as optional in order to support downgrades
and avoid an API bump.