Comment 9 for bug 1877383

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

Reviewed: https://review.opendev.org/734879
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=601612676e5883ed220ae86fb40dd1a02c76139c
Submitter: Zuul
Branch: master

commit 601612676e5883ed220ae86fb40dd1a02c76139c
Author: Matt Peters <email address hidden>
Date: Mon Jun 8 09:55:55 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.

    The option --apiserver-advertise-addres is added to the
    join command for controller nodes joining as master nodes.

    Closes-Bug: 1877383
    Depends-On: https://review.opendev.org/734865
    Change-Id: I1575da6d28d08731a8aaf4200f920f5e8f510fa0
    Signed-off-by: Matt Peters <email address hidden>