Comment 4 for bug 1738808

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnum (stable/queens)

Reviewed: https://review.openstack.org/547136
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=5d0d7c31a69853db7a5b4b0e6893c34841ba464c
Submitter: Zuul
Branch: stable/queens

commit 5d0d7c31a69853db7a5b4b0e6893c34841ba464c
Author: Ricardo Rocha <email address hidden>
Date: Mon Dec 18 16:31:30 2017 +0000

    [kubernetes] add ingress controller

    Add ingress controller configuration and backend to kubernetes clusters.

    A new label 'ingress_controller' defines which backend should serve
    ingress, with traefik added as the only option for now.

    It is defined as a DaemonSet, with instances on all nodes defined with a
    certain role. This role is set as an additional cluster label
    'ingress_controller_role', with a default value of 'ingress'.

    For now no node is automatically set with this role, with users or operators
    having to do this manually after cluster creation.

    Change-Id: I5175cf91f37e2988dc3d33042558d994810842f3
    Closes-Bug: #1738808
    (cherry picked from commit 0b18989a50ec7c7323d23f5e84c94dda70363fba)