Skip to content

Commit 55fdeb7

Browse files
committed
fix: Default worker subnet /18 -> /20
Signed-off-by: Devon Crouse <[email protected]>
1 parent 92eee4d commit 55fdeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables-network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ variable "subnets" {
116116
cp = { newbits = 13 }
117117
int_lb = { newbits = 11 }
118118
pub_lb = { newbits = 11 }
119-
workers = { newbits = 2 }
119+
workers = { newbits = 4 }
120120
pods = { newbits = 2 }
121121
}
122122
description = "Configuration for standard subnets. The 'create' parameter of each entry defaults to 'auto', creating subnets when other enabled components are expected to utilize them, and may be configured with 'never' or 'always' to force disabled/enabled."

0 commit comments

Comments
 (0)