Open
Description
In Guide > TargetGroupBinding > Specification > NetworkingIngressRule, it says:
If ports is empty or unspecified, it defaults to all ports with TCP.
This does not appear to be true. If unspecified, the admission webhook fails to accept the TargetGroupBinding. If empty, no security group rule is not created to allow the ELB to connect to the EC2 instance, rather than the expected rule allowing all TCP ports.
As a side note: It is awkward to be required to provide the assigned node port for the security group, since the controller is already capable of determining this and updating the target group.