Bug 1911656
| Summary: | using 'operator-sdk run bundle' to install operator successfully, but the command output said 'Failed to run bundle'' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Cuiping HUO <chuo> |
| Component: | Operator SDK | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED ERRATA | QA Contact: | Cuiping HUO <chuo> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.7 | CC: | aos-bugs, chuo, jesusr |
| Target Milestone: | --- | Keywords: | UpcomingSprint |
| Target Release: | 4.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:49:31 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
Cuiping HUO
2020-12-30 14:37:07 UTC
I can't reproduce it , might be the problem of the network. Using the latest build from ocp-release-operator-sdk I was able to successfully run this bundle. ``` /tmp/operator-sdk run bundle quay.io/olmqe/etcd-bundle:0.9.2-share INFO[0005] Successfully created registry pod: quay-io-olmqe-etcd-bundle-0-9-2-share INFO[0005] Created CatalogSource: etcd-catalog INFO[0005] OperatorGroup "operator-sdk-og" created INFO[0005] Created Subscription: etcdoperator-v0-9-2-sub INFO[0010] Approved InstallPlan install-vd5kk for the Subscription: etcdoperator-v0-9-2-sub INFO[0010] Waiting for ClusterServiceVersion "default/etcdoperator.v0.9.2" to reach 'Succeeded' phase INFO[0010] Waiting for ClusterServiceVersion "default/etcdoperator.v0.9.2" to appear INFO[0020] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: InstallReady INFO[0021] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: Installing INFO[0028] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: Succeeded INFO[0028] OLM has successfully installed "etcdoperator.v0.9.2" ``` Verified. operator-sdk version: "e534ae0b", commit: "e534ae0bf45356506fc823f22667b36e572ee90e", kubernetes version: "v1.19.4", go version: "go1.14.2", GOOS: "linux", GOARCH: "amd64" # operator-sdk run bundle quay.io/olmqe/etcd-bundle:0.9.2-share --namespace default INFO[0013] Successfully created registry pod: quay-io-olmqe-etcd-bundle-0-9-2-share INFO[0013] Created CatalogSource: etcd-catalog INFO[0013] OperatorGroup "operator-sdk-og" created INFO[0013] Created Subscription: etcdoperator-v0-9-2-sub INFO[0021] Approved InstallPlan install-8jzs5 for the Subscription: etcdoperator-v0-9-2-sub INFO[0021] Waiting for ClusterServiceVersion "default/etcdoperator.v0.9.2" to reach 'Succeeded' phase INFO[0021] Waiting for ClusterServiceVersion "default/etcdoperator.v0.9.2" to appear INFO[0049] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: Pending INFO[0050] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: InstallReady INFO[0051] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: Installing INFO[0062] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: InstallReady INFO[0063] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: Installing INFO[0065] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: InstallReady INFO[0066] Found ClusterServiceVersion "default/etcdoperator.v0.9.2" phase: Succeeded INFO[0066] OLM has successfully installed "etcdoperator.v0.9.2" 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.7.0 security, bug fix, and enhancement 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-2020:5633 |