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

Instaslice objects should not be created for the nodes that do not have MIG enabled GPUs #452

Open
harche opened this issue Feb 20, 2025 · 0 comments

Comments

@harche
Copy link
Contributor

harche commented Feb 20, 2025

In my testing I observed that the instaslice objects were created (and they were missing status) for the nodes that have the relevant GPUs but those GPUs do not have the MIG mode enabled. For such cases, there shouldn't have been any instaslice object to begin with.

$ oc get instaslice  -o yaml 
apiVersion: v1
items:
- apiVersion: inference.redhat.com/v1alpha1
  kind: Instaslice
  metadata:
    creationTimestamp: "2025-02-20T18:52:39Z"
    generation: 1
    name: harpatil00001ac10-lnk9b-worker-f-5m296
    namespace: instaslice-system
    resourceVersion: "48718"
    uid: 757a4dff-2562-4108-b386-c821730c8399
  spec: {}
- apiVersion: inference.redhat.com/v1alpha1
  kind: Instaslice
  metadata:
    creationTimestamp: "2025-02-20T18:52:42Z"
    generation: 1
    name: harpatil00001ac10-lnk9b-worker-f-64b2f
    namespace: instaslice-system
    resourceVersion: "48760"
    uid: c66f26d2-26a7-42aa-bbe7-704b5aa7bd39
  spec: {}
- apiVersion: inference.redhat.com/v1alpha1
  kind: Instaslice
  metadata:
    creationTimestamp: "2025-02-20T18:52:39Z"
    generation: 1
    name: harpatil00001ac10-lnk9b-worker-f-kv4t9
    namespace: instaslice-system
    resourceVersion: "48714"
    uid: 4df9cb82-4a77-40b5-8a79-194b31360eca
  spec: {}
kind: List
metadata:
  resourceVersion: "" 
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

1 participant