The "k8s.networking.v1.Ingress" has an Output call...
# google-cloud
d
The "k8s.networking.v1.Ingress" has an Output called status that is supposed to contain a loadBalancer.ingress[0].ip node but the loadBalancer node is always empty {} even when the GCP console is showing proper structure as below?
Copy code
status:
  loadBalancer:
    ingress:
    - ip: XX.XX.XX.XX
any clues?
I got a response from Pulumi support in email on this one. Apparently this is an open issue tracked here. the workaround is to call pulumi up twice, the second time with pulumi up --refresh (once the IP address has been provisioned)