Bug 1670280
Summary: | Improper CVO status for openshift-cluster-samples-operator | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | XiuJuan Wang <xiuwang> |
Component: | ImageStreams | Assignee: | Gabe Montero <gmontero> |
Status: | CLOSED ERRATA | QA Contact: | XiuJuan Wang <xiuwang> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 4.1.0 | CC: | aos-bugs, bparees, jokerman, mmccomas, wzheng |
Target Milestone: | --- | ||
Target Release: | 4.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-04 10:42:19 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
XiuJuan Wang
2019-01-29 06:52:41 UTC
OK, with the latest sample operator defaulting to rhel, I modified the repro steps to: 1.Create samples-registry-credentials secret under openshift-cluster-samples-operator 2.Set samples operator to Removed , then set to Managed & change samples registry to registry.redhat.io 3.After all imagestreams import succeed, Set samples operator to Removed 4.Check openshift-cluster-samples-operator cvo status Now, the cvo status showing removed means that Available is False. There will be no other messages about the samples operator being in removed state. That is finer grained detail that has been deemed unnecessary for the cvo status. So what appeared in XiuJuan's description for Available being false as the indication. That said, I also still see the prior messages for Progressing and Failing that XiuJuan saw, and I agree that should be cleaned up. I'll start working on a change for that. OK verified fix locally ... PR https://github.com/openshift/cluster-samples-operator/pull/93 is up PR has merged 1.Create samples-registry-credentials secret under openshift-cluster-samples-operator(since the operator has watched core-pull-secret under kube-system, so this step could be ingored) 2.When set Managedstate to Removed, then set to Managed & change samples registry to registry.redhat.io 3.After all imagestreams import succeed, Set samples operator to Removed 4.Check openshift-cluster-samples-operator cvo status Available -> false Processing-> false without error Failing -> false without error $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-02-13-204401 True False 112m Cluster version is 4.0.0-0.nightly-2019-02-13-204401 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, 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/RHBA-2019:0758 |