Skip to content

Commit

Permalink
add service cidr (#4357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Mar 1, 2024
1 parent dc880cd commit 79b3513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/lib/clusters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function clientEKSConfigToProto(
});
}),
network: new AWSClusterNetwork({
...(existingConfig?.network ?? {}),
...(existingConfig?.network ?? { serviceCidr: "172.20.0.0/16" }), // serviceCidr explicitly added for backwards compatibility with contracts without network fields
vpcCidr: clientConfig.cidrRange,
}),
loadBalancer: new LoadBalancer({
Expand Down

0 comments on commit 79b3513

Please sign in to comment.