Skip to content

Commit

Permalink
Merge pull request kubernetes#6283 from ricardov1/p5-1.28-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 ab71678 + 90d07f8 commit 4695654
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 4695654

Please sign in to comment.