Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference pods - access to PVC #281

Open
noraabiakar opened this issue Feb 23, 2023 · 1 comment
Open

Inference pods - access to PVC #281

noraabiakar opened this issue Feb 23, 2023 · 1 comment

Comments

@noraabiakar
Copy link

noraabiakar commented Feb 23, 2023

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants