We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838e4c5 commit 9d6f767Copy full SHA for 9d6f767
pkg/alb/ingress/alb_spec.go
@@ -20,7 +20,7 @@ import (
20
)
21
22
const (
23
- // externalIPAnnotation references an OpenStack floating IP that should be used by the application load balancer.
+ // externalIPAnnotation references a STACKIT floating IP that should be used by the application load balancer.
24
// If set it will be used instead of an ephemeral IP. The IP must be created by the customer. When the service is deleted,
25
// the floating IP will not be deleted. The IP is ignored if the alb.stackit.cloud/internal-alb is set.
26
// If the annotation is set after the creation it must match the ephemeral IP.
0 commit comments