Skip to content

Commit

Permalink
Merge #133484
Browse files Browse the repository at this point in the history
133484: drtprod: switch drt-scale to pd-ssd r=nameisbhaskar a=vidit-bhat

Previously, `drt-scale` was using local SSDs. This PR changes it to Zonal PD SSDs.

Epic: none
Release note: None

Co-authored-by: Vidit Bhat <[email protected]>
  • Loading branch information
craig[bot] and vidit-bhat committed Oct 26, 2024
2 parents 8d34dab + 2eba862 commit 2afb5fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/cmd/drtprod/configs/drt_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ targets:
gce-zones: "us-central1-a"
nodes: $CLUSTER_NODES
gce-machine-type: n2-standard-16
local-ssd: true
gce-local-ssd-count: 4
local-ssd: false
gce-pd-volume-size: 375
gce-pd-volume-type: pd-ssd
gce-pd-volume-count: 4
os-volume-size: 100
username: drt
lifetime: 8760h
Expand Down

0 comments on commit 2afb5fa

Please sign in to comment.