Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1863330

Summary: kubeletVersion and kubeProxyVersion are incorrectly set in the Node object
Product: OpenShift Container Platform Reporter: Jiří Mencák <jmencak>
Component: NodeAssignee: Ryan Phillips <rphillips>
Status: CLOSED DUPLICATE QA Contact: Sunil Choudhary <schoudha>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.6CC: aos-bugs, jokerman, mpatel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-07 00:11:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiří Mencák 2020-08-03 15:27:59 UTC
Description of problem:
kubeletVersion and kubeProxyVersion are incorrectly set in the Node object in 4.6.0-0.nightly-2020-08-03-091920.  Not sure if this is the Node or Release team  component, please adjust appropriately.  Thank you.

Version-Release number of selected component (if applicable):
4.6.0-0.nightly-2020-08-03-091920

How reproducible:
Always when installing 4.6.0-0.nightly-2020-08-03-091920

Steps to Reproduce:
1. Install OCP cluster 4.6.0-0.nightly-2020-08-03-091920
2. "oc get nodes" or 
oc get node/jmencak-jn5hb-worker-a-f4h5k.c.openshift-gce-devel.internal -o yaml |grep -i kube.*version

Actual results:
$ oc get nodes
NAME                                                          STATUS   ROLES              AGE   VERSION
jmencak-jn5hb-master-0.c.openshift-gce-devel.internal         Ready    master             88m   v0.0.0-master+$Format:%h$
jmencak-jn5hb-master-1.c.openshift-gce-devel.internal         Ready    master             88m   v0.0.0-master+$Format:%h$
jmencak-jn5hb-master-2.c.openshift-gce-devel.internal         Ready    master             88m   v0.0.0-master+$Format:%h$
jmencak-jn5hb-worker-a-f4h5k.c.openshift-gce-devel.internal   Ready    worker,worker-rt   63m   v0.0.0-master+$Format:%h$
jmencak-jn5hb-worker-b-7hzx5.c.openshift-gce-devel.internal   Ready    worker             63m   v0.0.0-master+$Format:%h$

$ oc get node/jmencak-jn5hb-worker-a-f4h5k.c.openshift-gce-devel.internal -o yaml |grep -i kube.*version
          f:kubeProxyVersion: {}
          f:kubeletVersion: {}
    kubeProxyVersion: v0.0.0-master+$Format:%h$
    kubeletVersion: v0.0.0-master+$Format:%h$

Expected results:
Kubelet and kubeProxyVersion correctly set.


Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1789876

Comment 2 Mrunal Patel 2020-08-07 00:11:04 UTC

*** This bug has been marked as a duplicate of bug 1862042 ***