207503080d
* 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
9 lines
383 B
YAML
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.
|