magnum-ui/releasenotes/notes/lb_floating_ip-ca6039444f88a968.yaml
Dale Smith 207503080d Change floating_ip to use master_lb_floating_ip_enabled.
* Replace 'floating_ip_enabled' with 'master_lb_floating_ip_enabled',
  as the former implies floating ip on all nodes in addition to a
  Floating IP on the API loadbalancer.
* Add 'api_master_lb_allowed_cidrs' so limitations can be placed
  on K8s API loadbalancer.

Change-Id: I18bf64be9d9ddb4ee043cfba37bffe8e82f33d0d
2024-05-17 13:46:54 +00:00

9 lines
383 B
YAML

---
features:
- |
The Create Cluster workflow option `floating_ip_enabled` has been replaced
with `master_lb_floating_ip_enabled` label as the former added floating
IP's to all nodes, whereas the replacement only adds a floating IP to the
K8s API loadbalancer itself. The field `floating_ip_enabled` has not
changed behaviour and can still be used via the CLI.