Skip to content

Commit

Permalink
Merge pull request #9121 from barbacbd/OCPBUGS-39585
Browse files Browse the repository at this point in the history
OCPBUGS-39585: Add C4 instance validation
  • Loading branch information
openshift-merge-bot[bot] authored Oct 23, 2024
2 parents 1d55319 + ffa40f1 commit fe4f41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/types/gcp/machinepools.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var (
"c2d": {PDStandard, PDSSD, PDBalanced},
"c3": {PDSSD, PDBalanced, HyperDiskBalanced},
"c3d": {PDSSD, PDBalanced, HyperDiskBalanced},
"c4": {HyperDiskBalanced},
"e2": {PDStandard, PDSSD, PDBalanced},
"m1": {PDSSD, PDBalanced, HyperDiskBalanced},
"n1": {PDStandard, PDSSD, PDBalanced},
Expand Down

0 comments on commit fe4f41c

Please sign in to comment.