Created 3.10 PR https://github.com/openshift/openshift-ansible/pull/11309
*** Bug 1685960 has been marked as a duplicate of this bug. ***
Bug for logging team to evaluate fluentd https://bugzilla.redhat.com/show_bug.cgi?id=1685970
Fix is available in openshift-ansible-3.10.123-1
The sync daemon sets are tolerating the taints put on the node. Version: oc v3.10 openshift v3.10 openshift-ansible-3.10.124-1.git.0.0bed46f.el7.noarch.rpm Steps to reproduce: 1. taint the node # oc adm taint node $node NodeWithImpairedVolumes=true:NoExecute #oc describe node $node | grep -i taint 2. delete the sync pod ds and recreate it # oc get ds sync -o yaml > sync-ds.yaml # oc delete ds sync # oc create -f sync-ds.yaml 3. Note the sync pods The sync pods get created with out any issue in spite of taint being present on the node.Note that the logging pods are still affected by the taints
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0786