Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-4253

Duplicate tolerations when creating an LFME via OCP console

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • NEW
    • VERIFIED
    • Release Note Not Required
    • Log Collection - Sprint 238

      Description of problem:

      When creating an LFME through the OCP console, the following toleration is duplicated:

      tolerations:
          - effect: NoSchedule
            key: node-role.kubernetes.io/master
            operator: Exists
      

      Version-Release number of selected component (if applicable):

      cluster-logging.v5.8.0

      How reproducible:

      Always

      Steps to Reproduce:

      1. Create a clusterlogging instance through the console
      2. Create a logfilemetricexporter instance through the console

      Actual results:

      $ oc get ds logfilesmetricexporter -oyaml |grep tolerations -A 10
            tolerations:
            - effect: NoSchedule
              key: node-role.kubernetes.io/master
              operator: Exists
            - effect: NoSchedule
              key: node.kubernetes.io/disk-pressure
              operator: Exists
            - effect: NoSchedule
              key: node-role.kubernetes.io/master
              operator: Exists 
      

      Expected results:

      $ oc get ds logfilesmetricexporter -oyaml |grep tolerations -A 10
            tolerations:
            - effect: NoSchedule
              key: node-role.kubernetes.io/master
              operator: Exists
            - effect: NoSchedule
              key: node.kubernetes.io/disk-pressure
              operator: Exists
      

      Additional info:

      N/A

              rh-ee-calee Calvin Lee
              rh-ee-calee Calvin Lee
              Qiaoling Tang Qiaoling Tang
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: