Azure / AML-Kubernetes

AzureML customer managed k8s compute samples
MIT License
80 stars 33 forks source link

Inference pods - access to PVC #281

Open noraabiakar opened 1 year ago

noraabiakar commented 1 year ago

Hi,

I am trying to use Azure ML + Azure Arc to run inference on an on-prem cluster.

I have registered the azure arc as a compute; created a Kubernetes online endpoint referencing it; created a Kubernetes online deployment on the endpoint to run inference. The issue I am facing is that the created inference pods do not have access to the PVCs created (manually) in the same namespace. I was expecting these PVCs to be available because they are available to the training pods created with Azure ML.

Is there any way to make a PVC available to an inference pod? Thanks a lot for your help.

endpoint.txt deployment.txt pv.txt pvc.txt

jiaochenlu commented 1 year ago

We do not support pv and pvc for inference, this is supported for training job only at present.