We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5744c59 commit a4c3eeeCopy full SHA for a4c3eee
1 file changed
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