*`kubernetes.networking.v1.Ingress`* appears to <e...
# kubernetes
b
kubernetes.networking.v1.Ingress
appears to expect a LB address to populate in status before accepting the resource as being healthy? I'm not seeing an opt-out for this which is causing difficulty behind noteport / hostport type ingress controllers. Am I missing something, or should I be trying to accomplish this another way?
q
You can add an annotation:
<http://pulumi.com/skipAwait=true|pulumi.com/skipAwait=true>
1
🙌 1
Works on any Kubernetes resource that has await logic 🙂
w
This with KIC @busy-journalist-6936? There's an option to populate that field from KIC for this scenario.
b
@wonderful-twilight-70958 I was going to look into that soon, havent come across it. Ref?
w
publish_status_address
in the helm chart, I set it to whatever my external ingress host it
<http://testexample.com|testexample.com>
or whatever.
🙌 1
not really functionally used I don't think (because we take care of all the listening / routing with kong), but satisfies the above check.
b
sweet, that's a fun trinket