Skip to content

Commit

Permalink
Merge pull request kubernetes#4920 from erbriones/master
Browse files Browse the repository at this point in the history
Add new AWS GPU type NVIDIA A10g
  • Loading branch information
k8s-ci-robot authored May 29, 2022
2 parents ba619bb + 32ff0a0 commit 8167be1
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 @@ -44,6 +44,7 @@ var (
"nvidia-tesla-v100": {},
"nvidia-tesla-t4": {},
"nvidia-tesla-a100": {},
"nvidia-a10g": {},
}
)

Expand Down

0 comments on commit 8167be1

Please sign in to comment.