I think I am running into an recursive issue. I ha...
# general
c
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.