-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to provision 7g.40gb slice on A100 40GB #285
Comments
Thanks for this issue. Can you share |
FYI, using the main branch on a KinD cluster, I am able to create 7g.40gb slice:
|
Thanks @asm582 I'll try with the main branch build. |
@bharathappali are you still seeing this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to create dynamic slices with instaslice on a openshift cluster which has a node with 4 A100 GPU's. I found that instaslice is creating MIG for any config less than
7g.40gb
but it's not able to create a MIG for7g.40gb
I have tried the same workload with
7g.40gb
and4g.20gb
slice and here are the details.Instaslice image built from the branch
release-4.19
Node allocatable resources:
Instaslice controller logs:
workload yaml:
Workload status:
describe pod output:
Note: it's working if I change
nvidia.com/mig-7g.40gb: 1
in requests and limits tonvidia.com/mig-4g.20gb: 1
Controller logs when tried with
4g.20gb
:Daemonset logs after applying
4g.20gb
:Pod running with
4g.20gb
:Pod describe:
The text was updated successfully, but these errors were encountered: