Bug 1849817

Summary: [4.5]duplicate error message can not be compressed for kubeletconfig
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: NodeAssignee: Seth Jennings <sjenning>
Status: CLOSED ERRATA QA Contact: MinLi <minmli>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.4CC: aos-bugs, jokerman, nagrawal
Target Milestone: ---   
Target Release: 4.5.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-24 15:13:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1849538    
Bug Blocks:    

Description OpenShift BugZilla Robot 2020-06-22 21:14:10 UTC
+++ This bug was initially created as a clone of Bug #1849538 +++

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:

Comment 3 MinLi 2020-08-03 09:50:28 UTC
not fix in version : 4.5.0-0.nightly-2020-08-01-204100

  status:
    conditions:
    - lastTransitionTime: "2020-08-03T07:57:50Z"
      message: 'Error: could not find any MachineConfigPool set for KubeletConfig'
      status: "False"
      type: Failure
    - lastTransitionTime: "2020-08-03T07:57:50Z"
      message: 'Error: could not find any MachineConfigPool set for KubeletConfig'
      status: "False"
      type: Failure
    - lastTransitionTime: "2020-08-03T07:57:50Z"
      message: 'Error: could not find any MachineConfigPool set for KubeletConfig'
      status: "False"
      type: Failure

Comment 5 Seth Jennings 2020-08-10 16:06:08 UTC
Ryan is on leave

Comment 6 Seth Jennings 2020-08-10 20:37:58 UTC
PR merged but bot missed it

Comment 9 MinLi 2020-08-13 06:50:22 UTC
fixed in version: 4.5.0-0.nightly-2020-08-12-191533

status:
  conditions:
  - lastTransitionTime: "2020-08-13T06:42:45Z"
    message: 'Error: could not find any MachineConfigPool set for KubeletConfig'
    status: "False"
    type: Failure
  - lastTransitionTime: "2020-08-13T06:43:45Z"
    message: 'Error: could not find any MachineConfigPool set for KubeletConfig'
    status: "False"
    type: Failure

Comment 11 errata-xmlrpc 2020-08-24 15:13:44 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 (OpenShift Container Platform 4.5.7 bug fix update), 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:3436