Skip to content

Commit

Permalink
ci: grow cluster 4 -> 8 nodes
Browse files Browse the repository at this point in the history
This change is not yet applied; will apply it as part of the 61 release
(#3046), during maintenance window to upgrade gke versions. The
substance of this change is to grow the number of GKE nodes in the
cluster, increasing headroom for adding more Penumbra nodes per network
environment. We're effectively limited by the number of GKE nodes as to
how many Penumbra nodes can exist on a given network, due to
`allow_duplication_ip` being set to false in our Tendermint/CometBFT
config.
  • Loading branch information
conorsch committed Sep 22, 2023
1 parent b9f1a34 commit 1a666ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/terraform/modules/node/v1/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variable "cluster_zones" {

variable "num_nodes" {
description = "The number of nodes per zone"
default = 2
default = 4
}

### The rest of the variables have logical defaults
Expand Down

0 comments on commit 1a666ea

Please sign in to comment.