Skip to content

Commit

Permalink
Merge pull request #1958 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1955-to-release-1.27

[release-1.27] chore: update max data disk count table
  • Loading branch information
andyzhangx authored Sep 8, 2023
2 parents a1e863b + 2150081 commit f20a7a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/azuredisk/azure_dd_max_disk_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -872,10 +872,13 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_ND24S": 32,
"STANDARD_ND40RS_V2": 8,
"STANDARD_ND40S_V3": 32,
"STANDARD_ND48S_H100_V5": 8,
"STANDARD_ND6S": 12,
"STANDARD_ND96AMS_A100_V4": 16,
"STANDARD_ND96AMSR_A100_V4": 16,
"STANDARD_ND96ASR_V4": 16,
"STANDARD_ND96IS_H100_V5": 16,
"STANDARD_ND96ISR_H100_V5": 16,
"STANDARD_NP10S": 8,
"STANDARD_NP20S": 16,
"STANDARD_NP40S": 32,
Expand Down

0 comments on commit f20a7a9

Please sign in to comment.