From bbd79241995e94dea1f8d6cbc111c722a2dc7035 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Wed, 9 Feb 2022 17:39:48 +0530 Subject: [PATCH] switch nvidia gpu tag --- cluster-autoscaler/utils/gpu/gpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/utils/gpu/gpu.go b/cluster-autoscaler/utils/gpu/gpu.go index 41688841f430..d2d54fd8dbe6 100644 --- a/cluster-autoscaler/utils/gpu/gpu.go +++ b/cluster-autoscaler/utils/gpu/gpu.go @@ -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"