https://pulumi.com logo
i

incalculable-midnight-8291

08/31/2022, 10:38 AM
Hello again! Is there some way to wait until a
k8s.core.v1.Servic
type LoadBalancer has got its external ip assigned? Edit: found it!
const externalIP = service.status.loadBalancer.ingress;
It will be an array though.
3 Views