Skip to content

Commit

Permalink
Bump GKE node pool GPU disk to an appropriate size. (#2505)
Browse files Browse the repository at this point in the history
Merged PR #2505.
  • Loading branch information
rileykarson authored and modular-magician committed Oct 22, 2019
1 parent db73da4 commit 49d3c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ resource "google_container_node_pool" "np_with_gpu" {

node_config {
machine_type = "n1-standard-1"
disk_size_gb = 10
disk_size_gb = 32

oauth_scopes = [
"https://www.googleapis.com/auth/devstorage.read_only",
Expand Down

0 comments on commit 49d3c3f

Please sign in to comment.