Comment 3 for bug 1830282

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

Reviewed: https://review.opendev.org/661986
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=5bf8a1f84fff02b390a687f18f49b3638fe1a488
Submitter: Zuul
Branch: master

commit 5bf8a1f84fff02b390a687f18f49b3638fe1a488
Author: Steven Webster <email address hidden>
Date: Wed May 29 08:23:52 2019 -0500

    Configure calico-ipam for multus k8s pod network

    This commit configures calico-ipam rather than host-local for the
    IPAM configuration on the k8s pod network delegate.

    Using host-local IPAM, there is a possibility for duplicate IP
    address allocation as the IP addresses are managed locally on
    the node's file system.

    Using calico-ipam, the IP addresses are managed across the
    cluster as a whole.

    Closes-Bug: #1830282

    Change-Id: I9a68fc164ad88f295827442ec83236c454af7907
    Signed-off-by: Steven Webster <email address hidden>