Description of problem: duplicate error message can not be compressed for kubeletconfig Version-Release number of selected component (if applicable): $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.5.0-0.nightly-2020-06-19-024326 True False 110m Cluster version is 4.5.0-0.nightly-2020-06-19-024326 How reproducible: always Steps to Reproduce: 1.create a kubeletconfig without matching-label mcp 2.$ oc get kubeletconfig -o yaml 3. Actual results: 2.$ oc get kubeletconfig -o yaml apiVersion: v1 items: - apiVersion: machineconfiguration.openshift.io/v1 kind: KubeletConfig metadata: creationTimestamp: "2020-06-19T06:34:59Z" finalizers: - 05ebf7c4-63a1-4255-a465-ceca43ae344c generation: 1 managedFields: ... name: custom-kubelet-performance resourceVersion: "48910" selfLink: /apis/machineconfiguration.openshift.io/v1/kubeletconfigs/custom-kubelet-performance uid: 2dbf1821-1f4a-40c2-a8aa-6e26ce7aa9b8 spec: kubeletConfig: maxPods: 220 machineConfigPoolSelector: matchLabels: custom-kubelet: max-pods status: conditions: - lastTransitionTime: "2020-06-19T06:34:59Z" message: 'Error: could not find any MachineConfigPool set for KubeletConfig' status: "False" type: Failure - lastTransitionTime: "2020-06-19T06:34:59Z" message: 'Error: could not find any MachineConfigPool set for KubeletConfig' status: "False" type: Failure - lastTransitionTime: "2020-06-19T06:34:59Z" message: 'Error: could not find any MachineConfigPool set for KubeletConfig' status: "False" type: Failure - lastTransitionTime: "2020-06-19T06:34:59Z" message: 'Error: could not find any MachineConfigPool set for KubeletConfig' status: "False" type: Failure - lastTransitionTime: "2020-06-19T06:34:59Z" message: 'Error: could not find any MachineConfigPool set for KubeletConfig' status: "False" type: Failure Expected results: 2.duplicate error message should be compressed Additional info:
verified with version : 4.6.0-0.nightly-2020-06-23-220540
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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196
*** Bug 1904133 has been marked as a duplicate of this bug. ***