Document node discovery and order in userdocs

Closes #487

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
Jonathon Anderson
2023-04-21 16:56:07 -06:00
parent d9782688b1
commit f1c6cf73e7

View File

@@ -230,6 +230,18 @@ container, kernel, and network:
# wwctl node list -a n001 | grep cluster
n001 cluster -- cluster01
Node Discovery
--------------
The hwaddr of a node can be automatically discovered by setting
`--discoverable` on a node. If a node attempts to provision against
Warewulf using an interface that is unknown to Warewulf, that address
is associated with the first discoverable node. (Multiple discoverable
nodes are sorted lexically, first by cluster, then by ID.)
Once a node has been discovered its "discoverable" flag is
automatically cleared.
Un-setting Node Attributes
==========================