https://pulumi.com logo
#kubernetes
Title
# kubernetes
b

busy-journalist-6936

03/14/2022, 4:42 PM
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

quiet-wolf-18467

03/14/2022, 4:43 PM
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

wonderful-twilight-70958

03/14/2022, 4:44 PM
This with KIC @busy-journalist-6936? There's an option to populate that field from KIC for this scenario.
b

busy-journalist-6936

03/14/2022, 4:45 PM
@wonderful-twilight-70958 I was going to look into that soon, havent come across it. Ref?
w

wonderful-twilight-70958

03/14/2022, 4:47 PM
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

busy-journalist-6936

03/14/2022, 4:48 PM
sweet, that's a fun trinket
6 Views