Skip to content

Commit 2fe10a9

Browse files
hakuna-matatahHarish Kuna
and
Harish Kuna
authored
increase default cidr to accomodate default host controller pods (#68)
Co-authored-by: Harish Kuna <[email protected]>
1 parent cb50d8a commit 2fe10a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testbed/stack.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ export class Testbed extends cdk.Stack {
2121
{
2222
name: 'pub-subnet-1',
2323
subnetType: ec2.SubnetType.PUBLIC,
24-
cidrMask: 28,
24+
cidrMask: 24,
2525
},
2626
{
2727
name: 'priv-subnet-1',
2828
subnetType: ec2.SubnetType.PRIVATE_WITH_NAT,
29-
cidrMask: 28,
29+
cidrMask: 24,
3030
},
3131
],
3232
});

0 commit comments

Comments
 (0)