Skip to content

Commit debd751

Browse files
authored
add load-balancer-address annotation doc (kubernetes#2110)
1 parent 6314f4e commit debd751

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/openstack-cloud-controller-manager/expose-applications-using-loadbalancer-type-service.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ Request Body:
227227

228228
This annotations explicitly sets a hostname in the status of the load balancer service.
229229

230+
- `loadbalancer.openstack.org/load-balancer-address`
231+
232+
This annotation is automatically added and it contains the floating ip address of the load balancer service.
233+
When using `loadbalancer.openstack.org/hostname` annotation it is the only place to see the real address of the load balancer.
234+
230235
### Switching between Floating Subnets by using preconfigured Classes
231236

232237
If you have multiple `FloatingIPPools` and/or `FloatingIPSubnets` it might be desirable to offer the user logical meanings for `LoadBalancers` like `internetFacing` or `DMZ` instead of requiring the user to select a dedicated network or subnet ID at the service object level as an annotation.

0 commit comments

Comments
 (0)