Closed maxsokolovsky closed 10 months ago
When I create a cluster whose expose option is ingress, I pass it the ingressClassName. But the controller fails to create the ingress. It cannot get the node address from the node object.
expose
ingress
ingressClassName
Tested with: v0.1.1-rc2
v0.1.1-rc2
creating clutser with ingressClassName: nginx is available now
When I create a cluster whose
expose
option isingress
, I pass it theingressClassName
. But the controller fails to create the ingress. It cannot get the node address from the node object.