Comment 5 for bug 1778516

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kuryr-kubernetes (master)

Reviewed: https://review.openstack.org/578344
Committed: https://git.openstack.org/cgit/openstack/kuryr-kubernetes/commit/?id=a3e9f6a8694f566a96f3c4c6d4208b187e43aca3
Submitter: Zuul
Branch: master

commit a3e9f6a8694f566a96f3c4c6d4208b187e43aca3
Author: Michał Dulko <email address hidden>
Date: Wed Jun 27 11:06:05 2018 +0200

    Fix health server binding address

    Flask update changed the default binding address from 0.0.0.0 to
    127.0.0.1. This affects Kuryr's healthchecks as we were depending on
    that behavior. This manifested with Kuryr pods being constantly
    restarted.

    This commit fixes that by explicitly binding to 0.0.0.0.

    Change-Id: I298960c2e84befe74c35b32bcc6730ba27202604
    Related-Bug: 1778516
    Closes-Bug: 1778867