Skip to content

Commit

Permalink
Set "pd-balanced" as DefaultBootDiskType
Browse files Browse the repository at this point in the history
  • Loading branch information
azylinski committed Mar 11, 2024
1 parent c7fb744 commit a5ebe7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster-autoscaler/cloudprovider/gce/gce_price_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,9 @@ var (
"pd-balanced": 0.100 / hoursInMonth,
"pd-ssd": 0.170 / hoursInMonth,
}
// DefaultBootDiskType is pd-standard disk type.
DefaultBootDiskType = "pd-standard"
// DefaultBootDiskType is pd-balanced disk type.
// ref: https://cloud.google.com/kubernetes-engine/docs/how-to/custom-boot-disks#specify
DefaultBootDiskType = "pd-balanced"
)

// GcePriceInfo is the GCE specific implementation of the PricingInfo.
Expand Down

0 comments on commit a5ebe7e

Please sign in to comment.