Skip to content

Commit

Permalink
Merge pull request #7097 from kamalkraj/patch-1
Browse files Browse the repository at this point in the history
CA: AWS add support for Nvidia L4 GPU instances
  • Loading branch information
k8s-ci-robot authored Jul 31, 2024
2 parents 921b399 + 817861b commit 392cef8
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 @@ -48,6 +48,7 @@ var (
"nvidia-tesla-t4": {},
"nvidia-tesla-a100": {},
"nvidia-a10g": {},
"nvidia-l4": {},
}
)

Expand Down

0 comments on commit 392cef8

Please sign in to comment.