Open danilyef opened 2 months ago
I don't think this is a bug, but it's also hard to see what the issue is. I'm unsure what k8s version minikube 1.16 uses but our tested k8s api version is 1.19. I'd recommend upgrade minikube to at least version 1.32.
At last, can you share the full logs? There might be something else that can help troubleshooting that issue.
yeah this:
transport: Error while dialing: dial tcp 10.96.183.202:8887: connect: connection refused
is probably happening when your launcher pod is trying to grpc.dial to the ml-pipeline-server pod, there can be many reasons for this, I would check the health of your server pod, see if persistence agent pod is showing any errors as well, it also connects to the ml-server-pod via grpc.dial, so I suspect it might also be having the same issues
Environment
Steps to reproduce
When I try to run a simple pipeline, I am getting an error message in logs of second component in pipeline(train_model):
Second component finishes successfully.
Here is the code:
after that I start a run in UI.
Impacted by this bug? Give it a 👍.