Closed nmonasterio closed 1 year ago
@nmonasterio We should add support for passing custom VPC range to VpcProvider which is not there today to support your custom VPC range need. You are passing service IP range and it works right by design to create services in that range. It will be a design change to support this request. This is not a bug. We can work on this change for this release or next release.
Please follow the PR #681 for an enhancement to support custom VPC CIDR.
Thank you @elamaran11! Makes perfect sense. Looking forward to seeing this in action soon.
@nmonasterio The PR is merged. Please reachout if you have any issues.
Describe the bug
When deploying a new cluster and specifying a CIDR block for the new EKS cluster, the VPC defaults to a 10.0.0.0/16 range instead of the specific one.
Expected Behavior
The specified CIDR block should be used for the new VPC.
Current Behavior
The cluster was created correctly, but the VPC has a CIDR block of 10.0.0.0/16. (The cluster, however, has the correct service IPv4 range.)
Reproduction Steps
Set up a cluster add-ons definition like so, for example: