Description of problem: Currently Power VS cloud provider is not setting the Internal IP for node, Its the node just relaying on the kubelet set IP, This is causing some inconsistency and some csr are not being approved. Version-Release number of selected component (if applicable): 4.11
Verified with 4.12.0-0.nightly-ppc64le-2022-09-07-045824 No csr was pending post deployment # oc get clusterversion ocNAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.12.0-0.nightly-ppc64le-2022-09-07-045824 True False 2m5s Cluster version is 4.12.0-0.nightly-ppc64le-2022-09-07-045824 # oc get nodes -owide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME rdr-ipi-sao1-412-3-pr-mqxqz-master-0 Ready control-plane,master 133m v1.24.0+ebabf6d 192.168.0.11 192.168.0.11 Red Hat Enterprise Linux CoreOS 412.86.202209062338-0 (Ootpa) 4.18.0-372.19.1.el8_6.ppc64le cri-o://1.25.0-51.rhaos4.12.git315a0cb.el8 rdr-ipi-sao1-412-3-pr-mqxqz-master-1 Ready control-plane,master 133m v1.24.0+ebabf6d 192.168.0.12 192.168.0.12 Red Hat Enterprise Linux CoreOS 412.86.202209062338-0 (Ootpa) 4.18.0-372.19.1.el8_6.ppc64le cri-o://1.25.0-51.rhaos4.12.git315a0cb.el8 rdr-ipi-sao1-412-3-pr-mqxqz-master-2 Ready control-plane,master 133m v1.24.0+ebabf6d 192.168.0.10 192.168.0.10 Red Hat Enterprise Linux CoreOS 412.86.202209062338-0 (Ootpa) 4.18.0-372.19.1.el8_6.ppc64le cri-o://1.25.0-51.rhaos4.12.git315a0cb.el8 rdr-ipi-sao1-412-3-pr-mqxqz-worker-87pk4 Ready worker 110m v1.24.0+ebabf6d 192.168.0.14 192.168.0.14 Red Hat Enterprise Linux CoreOS 412.86.202209062338-0 (Ootpa) 4.18.0-372.19.1.el8_6.ppc64le cri-o://1.25.0-51.rhaos4.12.git315a0cb.el8 rdr-ipi-sao1-412-3-pr-mqxqz-worker-k97w7 Ready worker 110m v1.24.0+ebabf6d 192.168.0.15 192.168.0.15 Red Hat Enterprise Linux CoreOS 412.86.202209062338-0 (Ootpa) 4.18.0-372.19.1.el8_6.ppc64le cri-o://1.25.0-51.rhaos4.12.git315a0cb.el8 rdr-ipi-sao1-412-3-pr-mqxqz-worker-w8n2s Ready worker 110m v1.24.0+ebabf6d 192.168.0.16 192.168.0.16 Red Hat Enterprise Linux CoreOS 412.86.202209062338-0 (Ootpa) 4.18.0-372.19.1.el8_6.ppc64le cri-o://1.25.0-51.rhaos4.12.git315a0cb.el8
Cause: Power VS cloud providers were not capable of fetching the machine IP address from DHCP server Consequence: The node used to depend on the kubelet set IP during the booting of the machine and in case of any change in machine's IP address the node were never updated and which was causing some inconsistencies. Fix: Updated Power VS cloud provider to fetch the machine's IP address from the DHCP server. Result: The nodes IP address are consistent with the machine IP address and there is no inconsistency likes pending CSR.
thanks Karthik, i added your text to the bug form
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 (Moderate: OpenShift Container Platform 4.12.0 bug fix and security 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/RHSA-2022:7399