Workaround is to add the nodeSelector Config in the ingress controller.
#kubectl edit deploy vio-ingress-cntl-nginx-ingress-controller
dnsPolicy: ClusterFirstWithHostNet
nodeName: <FQDN of Manager> <<
nodeSelector:
vio-node: ova <<
restartPolicy: Always
#kubectl edit deploy vio-ingress-cntl-nginx-ingress-default-backend
dnsPolicy: ClusterFirstWithHostNet
nodeName: <FQDN of Manager> <<
nodeSelector:
vio-node: ova <<
restartPolicy: Always