https://pulumi.com logo
c

cool-egg-852

09/27/2019, 8:41 PM
I think I am running into an recursive issue. I have a Deployment with a pod that depends upon the Service name. Because the Service is autonamed, I can’t hardcode the value. With this, the Deployment is not created because the Service is attempting to wait for it’s selector to be ready.
I believe this is only an issue when the Service is new.