You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
A configuration to allow the creation of the ICMP rule to cater for Path MTU discovery. Since it is not always desirable to allow inbound ICMP this should be a flag or annotation.
Describe alternatives you've considered
Currently using a custom security group service.beta.kubernetes.io/aws-load-balancer-security-groups
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
ICMP inbound traffic is necessary for Path MTU Discovery:
https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-security-groups.html#filter-client-traffic-recommended-rules
Describe the solution you'd like
A configuration to allow the creation of the ICMP rule to cater for Path MTU discovery. Since it is not always desirable to allow inbound ICMP this should be a flag or annotation.
Describe alternatives you've considered
Currently using a custom security group
service.beta.kubernetes.io/aws-load-balancer-security-groups
The text was updated successfully, but these errors were encountered: