Comment 3 for bug 1865565

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oidc-auth-armada-app (master)

Reviewed: https://review.opendev.org/713945
Committed: https://git.openstack.org/cgit/starlingx/oidc-auth-armada-app/commit/?id=dbef0350666cd85ed54e245b08308e8039414fc3
Submitter: Zuul
Branch: master

commit dbef0350666cd85ed54e245b08308e8039414fc3
Author: Teresa Ho <email address hidden>
Date: Thu Mar 19 13:17:38 2020 -0400

    Add affinity to dex and oidc-client helm charts

    When the standby controller is locked, the oidc pods are scheduled onto
    the active controller. When the standby controller is unlocked, the oidc
    pods are not scheduled on the standby. This results in four oidc pods on
    the active controller.
    This update sets the pod anti-affinity rule such that the pod does
    not get scheduled onto a node if the node already has the same pod
    running.

    Closes-Bug: 1865565

    Change-Id: I19113ab5a11f0691a0cdba9657138cc3251788cc
    Signed-off-by: Teresa Ho <email address hidden>