diff --git a/pkg/asset/machines/vsphere/capimachines.go b/pkg/asset/machines/vsphere/capimachines.go index 0f941c44c46..159f026b768 100644 --- a/pkg/asset/machines/vsphere/capimachines.go +++ b/pkg/asset/machines/vsphere/capimachines.go @@ -104,8 +104,10 @@ func GenerateMachines(ctx context.Context, clusterID string, config *types.Insta return nil, fmt.Errorf("unable to get network inventory path: %w", err) } deviceSpec := capv.NetworkDeviceSpec{ - NetworkName: networkName, - DHCP4: true, + NetworkName: networkName, + DHCP4: true, + DHCP6: true, + SkipIPAllocation: true, } // Static IP configured. Add kargs.