Bug 2080148

Summary: sno installation fails when injecting a machineconfig to force kubelet ip
Product: OpenShift Container Platform Reporter: Karim Boumedhel <kboumedh>
Component: assisted-installerAssignee: Igal Tsoiref <itsoiref>
assisted-installer sub component: Installer QA Contact: Udi Kalifon <ukalifon>
Status: CLOSED DUPLICATE Docs Contact:
Severity: high    
Priority: urgent CC: aos-bugs, mfilanov, oourfali
Version: 4.8   
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: 2022-05-10 19:06:08 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:
Attachments:
Description Flags
must-gather none

Description Karim Boumedhel 2022-04-29 06:40:32 UTC
Created attachment 1875857 [details]
must-gather

Description of problem:
sno installation fails when injecting a machineconfig to force kubelet ip


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


How reproducible:


Steps to Reproduce:
1. create a sno cluster
2. inject a machine config to force kubelet ip to non default route ip
3. launch deployment

Actual results:
deployment fails

Expected results:
deployment succeeds


Additional info:
authentication operator is failing


oc get node
NAME      STATUS   ROLES           AGE   VERSION
cn2-sno   Ready    master,worker   9h    v1.21.8+ee73ea2


oc get co
NAME                                       VERSION   AVAILABLE   PROGRESSING   DEGRADED   SINCE
authentication                             4.8.37    False       False         True       9h
baremetal                                  4.8.37    True        False         False      9h
cloud-credential                           4.8.37    True        False         False      9h
cluster-autoscaler                         4.8.37    True        False         False      9h
config-operator                            4.8.37    True        False         False      9h
console                                    4.8.37    False       True          False      9h
csi-snapshot-controller                    4.8.37    True        False         False      9h
dns                                        4.8.37    True        False         False      9h
etcd                                       4.8.37    True        False         False      9h
image-registry                             4.8.37    True        False         False      9h
ingress                                    4.8.37    True        False         True       9h
insights                                   4.8.37    True        False         False      9h
kube-apiserver                             4.8.37    True        False         False      9h
kube-controller-manager                    4.8.37    True        False         False      9h
kube-scheduler                             4.8.37    True        False         False      9h
kube-storage-version-migrator              4.8.37    True        False         False      9h
machine-api                                4.8.37    True        False         False      9h
machine-approver
machine-config                                       False       True          True       9h
marketplace                                4.8.37    True        False         False      9h
monitoring                                           Unknown     True          Unknown    9h
network                                    4.8.37    True        False         False      9h
node-tuning                                4.8.37    True        False         False      9h
openshift-apiserver                        4.8.37    True        False         False      9h
openshift-controller-manager               4.8.37    True        False         False      9h
openshift-samples                          4.8.37    True        False         False      9h
operator-lifecycle-manager                 4.8.37    True        False         False      9h
operator-lifecycle-manager-catalog         4.8.37    True        False         False      9h
operator-lifecycle-manager-packageserver   4.8.37    True        False         False      9h
service-ca                                 4.8.37    True        False         False      9h
storage                                    4.8.37    True        False         False      9h

Comment 2 Igal Tsoiref 2022-05-10 19:06:08 UTC

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