Skip to content

Commit 79b3513

Browse files
author
Feroze Mohideen
authored
add service cidr (#4357)
1 parent dc880cd commit 79b3513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/lib/clusters/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function clientEKSConfigToProto(
9797
});
9898
}),
9999
network: new AWSClusterNetwork({
100-
...(existingConfig?.network ?? {}),
100+
...(existingConfig?.network ?? { serviceCidr: "172.20.0.0/16" }), // serviceCidr explicitly added for backwards compatibility with contracts without network fields
101101
vpcCidr: clientConfig.cidrRange,
102102
}),
103103
loadBalancer: new LoadBalancer({

0 commit comments

Comments
 (0)