Comment 8 for bug 1877383

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (master)

Reviewed: https://review.opendev.org/734865
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=966bce1398dd23be49acc9c55e833987148db454
Submitter: Zuul
Branch: master

commit 966bce1398dd23be49acc9c55e833987148db454
Author: Matt Peters <email address hidden>
Date: Mon Jun 8 09:59:01 2020 -0500

    Fix kubernetes apiserver advertise address

    Set the kube-apiserver advertise address to the local
    controller cluster-host unit address to ensure kubeadm
    does not attempt to discover the default address which
    in most cases will be invalid.

    Set the kubeadm InitConfiguration advertiseAddress for
    the initial controller master node.

    Closes-Bug: 1877383
    Change-Id: I759234685966234bf987a9e06be77a5f793ee782
    Signed-off-by: Matt Peters <email address hidden>