Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[alb-controller] Make default_ingress_ip_address_type default to ipv4 #1070

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

Nuru
Copy link
Contributor

@Nuru Nuru commented Jun 20, 2024

what

  • [alb-controller] Make default_ingress_ip_address_type default to ipv4

why

When dualstack is configured, the Ingress will fail if the VPC does not have an IPv6 CIDR block, which is still a common case. When ipv4 is configured, the Ingress will work with only an IPv4 CIDR block, and simply will not use IPv6 if it exists. This makes ipv4 the
more conservative default.

@Nuru Nuru requested review from korenyoni and Benbentwo June 20, 2024 01:05
@Nuru Nuru requested review from a team as code owners June 20, 2024 01:05
@Nuru Nuru enabled auto-merge (squash) June 20, 2024 01:26
@Nuru Nuru merged commit 68924b6 into main Jun 20, 2024
5 checks passed
@Nuru Nuru deleted the bugfix/alb-default-ipv4 branch June 20, 2024 03:54
goruha pushed a commit to cloudposse-terraform-components/aws-eks-alb-controller that referenced this pull request Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants