magnum/releasenotes/notes/k8s-improve-floating-ip-enabled-84cd00224d6b7bc1.yaml
Lingxian Kong c47fde0cbe Improve floating IP allocation
- Never allocate floating IP for etcd service.
- Introduce a new label `master_lb_floating_ip_enabled` which controls
  if Magnum allocates floating IP for the master load balancer. This
  label only takes effect when the `master_lb_enabled` is set. The
  default value is the same with `floating_ip_enabled`.
- The `floating_ip_enabled` property now only controls if Magnum
  should allocate the floating IPs for the master and worker nodes.

Change-Id: I0a232406deaf112b0cb9e445735d7b49206c676d
Story: #2005153
Task: #29868
2019-03-20 18:44:45 +13:00

11 lines
538 B
YAML

upgrade:
- The etcd service for Kubernetes cluster is no longer allocated a floating
IP.
features:
- A new label named ``master_lb_floating_ip_enabled`` is introduced which
controls if Magnum allocates floating IP for the load balancer of master
nodes. This label only takes effect when the ``master_lb_enabled`` is set.
The default value is the same as ``floating_ip_enabled``. The
``floating_ip_enabled`` property now only controls if Magnum should
allocate the floating IPs for the master and worker nodes.