When redeploying or adding edge nodes, one node may deploy successfully while another remains stuck in a Registration Pending state and eventually enters maintenance mode. Upon checking the console of the affected node, it is observed that the node is not receiving an IP address.
VMware NSX
The deployment payload for the affected edge node contains an incorrect configuration where IPv4 assignment is explicitly disabled (ipv4 assignment disabled: true). This prevents the node from obtaining the necessary IP address to complete the registration process with the management plane.
To resolve this issue, you must correct the configuration payload and re-trigger the deployment.
ipv4 assignment disabled in the payload of the failing node.false (or ensure it is correctly enabled) to allow IPv4 assignment.