Hello again! Is there some way to wait until a `k8...
# kubernetes
i
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.