Configuration error (since <PID>, <PID>) System error occurred on Master node with identifier <HOSTNAMES>. Details: Failed to reconcile ifaces network setting. Details Timed out waiting for ifaces to come up..
networkctl command reveals that the eth1 (Workload) interface is in a degraded and configuring state, while eth0 (Management) is fully configured:IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback carrier unmanaged 2 eth0 ether routable configured 3 eth1 ether degraded configuring
eth1 confirms that the interface is configured to request an IP via DHCP (DHCP = yes):root@<HOSTNAME> [ ~ ]# cat /etc/systemd/network/10-eth1.network[Match]Name = eth1[Network]IPv6AcceptRA = noDHCP = yesDNS = <IPS>Domains = ~cluster.local[DHCP]UseHostname = falseUseRoutes = falseUseGateway = false...
VMware vSphere Kubernetes Service
The Supervisor VM's Workload Network interface (eth1) is failing to acquire an IP address from the environment's DHCP server. The cluster enablement process requires the Workload interface to successfully pull a DHCP lease before it can proceed. Because the interface is stuck in a configuring state indefinitely waiting for a DHCP response, the overall enablement workflow times out and fails.
Investigate and resolve the underlying DHCP communication or configuration problem on the Workload Network. Engage the network administration team to verify the following common misconfigurations:
DHCP Relay Configuration: Ensure that the gateway or router servicing the Workload Network segment (such as an NSX Tier-1/Tier-0 Gateway) has a properly configured DHCP Relay pointing to the correct external DHCP server IP addresses.
IP Pool/Scope Exhaustion: Verify that the DHCP server has an active scope for the Workload Network subnet and possesses available (unleased) IP addresses.
Network Firewalls: Confirm that no physical or virtual firewalls are dropping DHCP traffic (UDP ports 67 and 68) between the Supervisor network and the DHCP server.
MAC Filtering/Policies: Ensure the DHCP server is not configured with strict MAC filtering or policies that would reject requests from the Supervisor VMs.
Once the DHCP issue is resolved and the eth1 interface successfully acquires an IP address, navigate back to Workload Management in the vCenter Server UI and retry the cluster enablement process.