Bug 1920583

Summary: operator conditions storage
Product: OpenShift Container Platform Reporter: Parker Van Roy <pvanroy>
Component: StorageAssignee: aos-storage-staff <aos-storage-staff>
Storage sub component: Operators QA Contact: Qin Ping <piqin>
Status: CLOSED DUPLICATE Docs Contact:
Severity: medium    
Priority: unspecified CC: aos-bugs, jsafrane
Version: 4.7   
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:
operator conditions storage
Last Closed: 2021-01-27 11:28:35 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 Parker Van Roy 2021-01-26 16:29:59 UTC
test:
operator conditions storage 

is failing frequently in CI, see search results:
https://search.ci.openshift.org/?maxAge=168h&context=1&type=bug%2Bjunit&name=&maxMatches=5&maxBytes=20971520&groupBy=job&search=operator+conditions+storage


https://testgrid.k8s.io/redhat-openshift-ocp-release-4.7-informing#periodic-ci-openshift-release-master-ocp-4.7-e2e-aws-proxy


operator conditions storage
Operator unavailable (null): operator is not reporting conditions

Comment 1 Jan Safranek 2021-01-27 11:28:35 UTC
> https://search.ci.openshift.org/?maxAge=168h&context=1&type=bug%2Bjunit&name=&maxMatches=5&maxBytes=20971520&groupBy=job&search=operator+conditions+storage

There is no storage specific failure, the cluster-storage-operator fails usually because of "Waiting for DaemonSet to deploy node pods", which means there is a node that is not healthy. Picking https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-gcp-rt-4.7/1354308493313576960 as an example:

            "kind": "Node",
            "metadata": {
                "name": "ci-op-zthjrxz3-51060-htvsc-worker-d-xvwlh",
            },
            "spec": {
                "providerID": "gce://openshift-gce-devel-ci/us-east1-d/ci-op-zthjrxz3-51060-htvsc-worker-d-xvwlh",
                "taints": [
                    {
                        "effect": "NoSchedule",
                        "key": "node.kubernetes.io/unreachable",
                        "timeAdded": "2021-01-27T07:37:10Z"
                    },
                    {
                        "effect": "NoExecute",
                        "key": "node.kubernetes.io/unreachable",
                        "timeAdded": "2021-01-27T07:37:16Z"
                    }
                ]
            },

...
                "conditions": [
                    {
                        "lastHeartbeatTime": "2021-01-27T07:36:20Z",
                        "lastTransitionTime": "2021-01-27T07:37:10Z",
                        "message": "Kubelet stopped posting node status.",
                        "reason": "NodeStatusUnknown",
                        "status": "Unknown",
                        "type": "Ready"
                    }


> https://testgrid.k8s.io/redhat-openshift-ocp-release-4.7-informing#periodic-ci-openshift-release-master-ocp-4.7-e2e-aws-proxy

As you can see, it's getting more green on 01-21, when we fixed https://bugzilla.redhat.com/show_bug.cgi?id=1912945

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