Skip to content

Commit

Permalink
gn: Deprecate GPU NVIDIA class of instance types
Browse files Browse the repository at this point in the history
This class doesn't really make any sense given the very inflexible
nature of hard coding the GPU device within the instance type.

Users should simply provide their own GPU deviceName within the VM and
use the universal u1 class of instance types for vCPUs and memory.

Signed-off-by: Lee Yarwood <[email protected]>
  • Loading branch information
lyarwood committed Aug 22, 2024
1 parent c78c2fb commit f4c21d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instancetypes/gn/1/gn1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ metadata:
instancetype.kubevirt.io/version: "1"
instancetype.kubevirt.io/vendor: "kubevirt.io"
instancetype.kubevirt.io/gpus: "true"
instancetype.kubevirt.io/deprecated: "true"
spec:
gpus:
- name: "gpu1"
Expand Down

0 comments on commit f4c21d8

Please sign in to comment.