Nginx ingres auto xip.io generation doesn't work with custom cloud provider enabled

I tried searching the forums and google for this with no luck. I am using vsphere for the custom cloud providor but it’s on-prem. I am only using this option for persistent volumes (NFS is way too slow). Any questions/suggestions?

Sample cloud provider:
cloud_provider:
name: “vsphere”
vsphereCloudProvider:
global:
insecure-flag: true
soap-roundtrip-count: 0
virtual_center:
:
datacenters: “”
password: “”
soap-roundtrip-count: 0
user: “administrator@vsphere.local”
:
datacenters: “”
password: “!”
soap-roundtrip-count: 0
user: “administrator@vsphere.local”
workspace:
datacenter: “”
default-datastore: “”
folder: “/”
server: “”

It duplicates the stanza with vcenter hostname and IP for some reason. Storage doesn’t mount with just the name.

Thanks.