We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e932c commit ea81edbCopy full SHA for ea81edb
pkg/alb/ingress/alb_spec.go
@@ -415,6 +415,8 @@ func addTargetPool(
415
})
416
}
417
418
+// setIPAddresses configures the Application Load Balancer IP address
419
+// based on IngressClass annotations: internal, ephemeral, or static public IPs.
420
func setIPAddresses(ingressClass *networkingv1.IngressClass, alb *albsdk.CreateLoadBalancerPayload) error {
421
isInternalIP, found := ingressClass.Annotations[internalIPAnnotation]
422
if found && isInternalIP == "true" {
0 commit comments