Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from hasty-ai/vgpu-support
Browse files Browse the repository at this point in the history
Support vgpus in autoscaler
  • Loading branch information
letmutx authored Feb 16, 2022
2 parents da4baf7 + bbd7924 commit b544dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/utils/gpu/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
// ResourceNvidiaGPU is the name of the Nvidia GPU resource.
ResourceNvidiaGPU = "nvidia.com/gpu"
ResourceNvidiaGPU = "k8s.amazonaws.com/vgpu"
// DefaultGPUType is the type of GPU used in NAP if the user
// don't specify what type of GPU his pod wants.
DefaultGPUType = "nvidia-tesla-k80"
Expand Down

0 comments on commit b544dd0

Please sign in to comment.