-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Add support for service_ipv4_cidr
for the EKS cluster
#1139
Conversation
The linter failures (which are happening on top of tree) are fixed in a separate pr #1140 . |
Is there a rough time estimate of when this might get merged? Looks like a rather benign change, but it's blocking our prod EKS deployment :) |
@nasuku we forked you repo to use it. With the new Service IPv4 CIDR, we ran into As a workaround we specified this |
@im-nonedone thanks for mentioning it. Yes. I too was passsing the dns-cluster-ip in bootstrap_extra_args. |
thanks for the review @barryib . Made changes per your suggestion and rebased to master branch. |
service_ipv4_cidr
for the EKS cluster
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
This change adds support for service_ipv4_cidr that has been added to terraform-provider-aws last week.
( please see hashicorp/terraform-provider-aws#15505 )
This allows the user to specify the ipv4 CIDR for the k8s services (resolves #1056 )
Checklist