Skip to content

Commit

Permalink
UPSTREAM kubernetes-sigs#1955: chore: update max data disk count table
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored and tsmetana committed Sep 11, 2023
1 parent 8171866 commit b75c754
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 b75c754

Please sign in to comment.