Bug 1782795

Summary: [kube-apiserver-operator] Missing degraded condition when the static pod installer is unable to create pods due to networking errors
Product: OpenShift Container Platform Reporter: Michal Fojtik <mfojtik>
Component: kube-apiserverAssignee: Michal Fojtik <mfojtik>
Status: CLOSED DUPLICATE QA Contact: Xingxing Xia <xxia>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.3.0CC: aos-bugs, eparis, mfojtik, scuppett, sttts, xxia
Target Milestone: ---   
Target Release: 4.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1782793 Environment:
Last Closed: 2019-12-16 08:31:05 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: 1782791, 1782793    
Bug Blocks: 1764629, 1775252    

Comment 2 Xingxing Xia 2019-12-16 08:31:05 UTC
Checked above PR https://github.com/openshift/cluster-kube-apiserver-operator/pull/693/files#diff-37aff102a57d3d7b797f152915a6dc16R50 :
-    github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20191210125924-37b9180d4790
+    github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20191212110802-6c13a7945ef1

Then check what are bumped:
cd /data/src/github.com/openshift/library-go
git pull
git log --left-right --pretty="%h %cn %cd - %s" --date=local 37b9180..6c13a79
6c13a794 GitHub Thu Dec 12 19:08:02 2019 - Merge pull request #641 from openshift-cherrypick-robot/cherry-pick-638-to-release-4.3
ab749c0e GitHub Thu Dec 12 18:59:45 2019 - Merge pull request #643 from openshift-cherrypick-robot/cherry-pick-642-to-release-4.3
0be37d44 openshift-cherrypick-robot Thu Dec 12 18:05:10 2019 - installerpodstate: fix reporting InstallerPodNetworkingDegraded
0c3f567d openshift-cherrypick-robot Wed Dec 11 20:41:23 2019 - fix revision pending message

Checked https://github.com/openshift/library-go/pull/641 : bug 1782204: [release-4.3] bug 1781804: fix revision pending message
Checked https://github.com/openshift/library-go/pull/643 : Bug 1775252: installerpodstate: fix reporting InstallerPodNetworkingDegraded

So, this bug is dup of bug 1782204 and bug 1775252. Above https://github.com/openshift/cluster-kube-apiserver-operator/pull/693 should be attached to those bugs instead of open this new separate bug. If incorrect, please let me know.
Thanks.

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