if a service is stuck at creation on "finding pods...
# kubernetes
s
if a service is stuck at creation on "finding pods to direct traffic to" what could be the cause?
b
the labels on the svc don't match the deployment/pods labels the health and readiness probes never pass
🙌 1
s
thanks, literally just managed to resolve it!
b
what was the issue?
s
I think I was only defining the meta inside the deployment template and not on the deployment itself
b
❤️