From 2eba862b27218018429eb71f574d1531e2de889a Mon Sep 17 00:00:00 2001 From: Vidit Bhat Date: Sat, 26 Oct 2024 01:28:35 +0530 Subject: [PATCH] drtprod: switch drt-scale to pd-ssd Previously, `drt-scale` was using local SSDs. This PR changes it to Zonal PD SSds. Epic: none Release note: None --- pkg/cmd/drtprod/configs/drt_scale.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/drtprod/configs/drt_scale.yaml b/pkg/cmd/drtprod/configs/drt_scale.yaml index 548f8d150703..86a146c24d76 100644 --- a/pkg/cmd/drtprod/configs/drt_scale.yaml +++ b/pkg/cmd/drtprod/configs/drt_scale.yaml @@ -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