Skip to content

Commit

Permalink
Merge pull request kubernetes#6285 from ricardov1/p5-1.27-patch
Browse files Browse the repository at this point in the history
Add EC2 instance type p5.48xlarge
  • Loading branch information
k8s-ci-robot authored Nov 15, 2023
2 parents 2b01fb5 + 4e4004b commit c795def
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2825,6 +2825,13 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 8,
Architecture: "amd64",
},
"p5.48xlarge": {
InstanceType: "p5.48xlarge",
VCPU: 192,
MemoryMb: 2048000,
GPU: 8,
Architecture: "amd64",
},
"r3.2xlarge": {
InstanceType: "r3.2xlarge",
VCPU: 8,
Expand Down

0 comments on commit c795def

Please sign in to comment.