Bug 1722341 - duplicated tolerations in the DNS operator deployment
Summary: duplicated tolerations in the DNS operator deployment
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: 4.2.0
Assignee: Dan Mace
QA Contact: Hongan Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-06-20 06:26 UTC by Hongan Li
Modified: 2022-08-04 22:39 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-16 06:32:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-dns-operator pull 126 0 None None None 2019-08-06 18:39:00 UTC
Red Hat Product Errata RHBA-2019:2922 0 None None None 2019-10-16 06:32:31 UTC

Description Hongan Li 2019-06-20 06:26:51 UTC
Description of problem:
duplicated tolerations in the DNS operator deployment

Version-Release number of selected component (if applicable):
4.2.0-0.nightly-2019-06-19-210910

How reproducible:
100%

Steps to Reproduce:
1. fresh install a cluster
2. oc get deployment/dns-operator -o yaml -n openshift-dns-operator
3.

Actual results:
<---snip--->
      - effect: NoSchedule
        key: node.kubernetes.io/not-ready
        operator: Exists
      - effect: NoSchedule
        key: node.kubernetes.io/not-ready
        operator: Exists
<---snip--->


Expected results:
https://github.com/openshift/cluster-dns-operator/blob/master/manifests/0000_70_dns-operator_02-deployment.yaml#L48-L53


Additional info:
seems it didn't cause any functional issue so far.

Comment 2 Hongan Li 2019-08-08 06:13:00 UTC
verified with 4.2.0-0.nightly-2019-08-08-002434 and issue has been fixed.

<---snip--->
        tolerations:
        - effect: NoSchedule
          key: node-role.kubernetes.io/master
          operator: Exists
        - effect: NoExecute
          key: node.kubernetes.io/unreachable
          operator: Exists
          tolerationSeconds: 120
        - effect: NoExecute
          key: node.kubernetes.io/not-ready
          operator: Exists
          tolerationSeconds: 120

Comment 3 errata-xmlrpc 2019-10-16 06:32:19 UTC
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:2922


Note You need to log in before you can comment on or make changes to this bug.