Skip to content

Commit

Permalink
Merge pull request #4414 from CandiedCode/aws_gpu_a100
Browse files Browse the repository at this point in the history
Support nvidia-tesla-a100 GPUs for aws cloud provider
  • Loading branch information
k8s-ci-robot authored Oct 26, 2021
2 parents f662bdf + 0114edf commit 9b2ac2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-autoscaler/cloudprovider/aws/aws_cloud_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var (
"nvidia-tesla-p100": {},
"nvidia-tesla-v100": {},
"nvidia-tesla-t4": {},
"nvidia-tesla-a100": {},
}
)

Expand Down

0 comments on commit 9b2ac2b

Please sign in to comment.