Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-37215

Pods in openshift-apiserver are unable to parse manifest due to unexpected end of JSON input

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 4.13, 4.14, 4.15, 4.16, 4.17
    • ImageStreams
    • Low
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Pods in openshift-apiserver are unable to parse manifest due to unexpected end of JSON input

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

      4.13, 4.14, 4.15, 4.16

      How reproducible:

      100%

      Steps to Reproduce:

      1. Install a cluster with v4.14 or v4.15
      2. Check logs from openshift-apiserver namespace
      3. oc logs apiserver-12345 -c openshift-apiserver -n openshift-apiserver 
      ~~~
      E0717 17:36:04.767376       1 strategy.go:60] unable to parse manifest for "sha256:e61b1c1cbe491b05bfbd370b56c6764c97997548ba2dfdc8c3d7271c68b31c1e": unexpected end of JSON input 
      E0715 03:02:18.837892       1 strategy.go:60] unable to parse manifest for "sha256:72f0c1ed29ced0e0f917bc00b61a08990da6ba4ca250dc5140bf61d84f76399c": unexpected end of JSON input
      ~~~
      4. Both above images refer to jenkins and jenkins-agent-base
      ~~~
      $ oc get images | egrep -i "e61b1c1cbe491b05bfbd370b56c6764c97997548ba2dfdc8c3d7271c68b31c1e|72f0c1ed29ced0e0f917bc00b61a08990da6ba4ca250dc5140bf61d84f76399c" 
      
      sha256:72f0c1ed29ced0e0f917bc00b61a08990da6ba4ca250dc5140bf61d84f76399c   registry.redhat.io/ocp-tools-4/jenkins-agent-base-rhel8@sha256:72f0c1ed29ced0e0f917bc00b61a08990da6ba4ca250dc5140bf61d84f76399c
      
      sha256:e61b1c1cbe491b05bfbd370b56c6764c97997548ba2dfdc8c3d7271c68b31c1e   registry.redhat.io/ocp-tools-4/jenkins-rhel8@sha256:e61b1c1cbe491b05bfbd370b56c6764c97997548ba2dfdc8c3d7271c68b31c1e
      ~~~

      Actual results:

      Below error message are continuously displayed in openshift-apiserver pod logs.
      ~~~
      E0717 17:36:04.767376       1 strategy.go:60] unable to parse manifest for "sha256:e61b1c1cbe491b05bfbd370b56c6764c97997548ba2dfdc8c3d7271c68b31c1e": unexpected end of JSON input
      
      E0715 03:02:18.837892       1 strategy.go:60] unable to parse manifest for "sha256:72f0c1ed29ced0e0f917bc00b61a08990da6ba4ca250dc5140bf61d84f76399c": unexpected end of JSON input
      ~~~

      Expected results:

      There should be no error message and the apiserver pods should be able to process the 2 manifest.    

      Additional info:

          

       

              fmissi Flavian Missi
              rhn-support-pkhilare Pawan Khilare
              XiuJuan Wang XiuJuan Wang
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: