-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hi, I've been following this https://github.com/Azure/AML-Kubernetes/blob/master/docs/simple-flow.md to setup and deploy a sample sklearn-mnist inference endpoint.
I've tried on 3 different configurations.
- ✅AKS -> works as expected
- ✅AKS connected to Arc -> works as expected (attached the compute target as Arc cluster, not AKS cluster, in order to test Arc route)
- ❌minikube local cluster on WSL Ubuntu-20.04 (with Win11, MS working machine, connected to MS VPN) connected to Arc -> deployment succeeded. But when trying to test the endpoint with AML Studio UI, it hit timeout and eventually failed.
Here are more details for case 3.

Collected the following kubectl logs. kubectl_logs.txt
- kubectl get pods -A => all the pods are running
- kubectl logs blue-sklearn-mnist-minikube-58f5fd4cf7-lgvmf => the pod for inference runtime is running without errors.
- az ml online-endpoint invoke -
n sklearn-mnist-minikube -r sample-request.json => using the CLI to test the endpoint also timeout, like the AML studio UI test timeout.
ps. Created a local endpoint and tested with command

It was classified as 8 correctly.
What could be wrong with case 3?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels