openstack-integrator doesn't support loadbalancer interface for loadbalancer-internal,external

Bug #1965226 reported by Nobuto Murata
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Openstack Integrator Charm
New
Undecided
Unassigned

Bug Description

In the following commit, using interface=public-address is marked as discouraged.

https://github.com/charmed-kubernetes/charm-kubernetes-control-plane/commit/a69a6c19d42feed0488789d3dd334f3a6bb52622

[metadata.yaml - k8s-control-plane]
  loadbalancer:
    # Use of this relation is strongly discouraged in favor of the more
    # explicit loadbalancer-internal / loadbalancer-external relations.
    interface: public-address
...
  loadbalancer-internal:
    # 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-external:
    # Indicates that the LB should be public facing. Intended for clients which
    # must reach the API server via external networks.
    interface: loadbalancer

However, openstack-integrator seems missing a metadata and implementation to support those two new relations at this point.

Revision history for this message
George Kraft (cynerva) wrote :

Indeed. Please continue to use the existing loadbalancer relation with openstack-integrator for now.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.