-
Bug
-
Resolution: Done
-
Minor
-
Logging 5.8.0
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:
- Create a clusterlogging instance through the console
- 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
- links to
-
RHBA-2023:6139 Logging Subsystem 5.8.0 - Red Hat OpenShift
- mentioned on