openstack-integrator doesn't support loadbalancer interface for loadbalancer-internal,external
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Openstack Integrator Charm |
New
|
Undecided
|
Unassigned |
Bug Description
In the following commit, using interface=
[metadata.yaml - k8s-control-plane]
loadbalancer:
# Use of this relation is strongly discouraged in favor of the more
# explicit loadbalancer-
interface: public-address
...
loadbalancer-
# Indicates that the LB should not be public and should use internal
# networks if available. Intended for control plane and other internal use.
interface: loadbalancer
loadbalancer-
# Indicates that the LB should be public facing. Intended for clients which
# must reach the API server via external networks.
interface: loadbalancer
However, openstack-
Indeed. Please continue to use the existing loadbalancer relation with openstack- integrator for now.