Bug 1670279
| Summary: | Better show simplified info when change architectures | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | XiuJuan Wang <xiuwang> |
| Component: | ImageStreams | Assignee: | Gabe Montero <gmontero> |
| Status: | CLOSED ERRATA | QA Contact: | XiuJuan Wang <xiuwang> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.1.0 | CC: | aos-bugs, jokerman, mmccomas, wzheng |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
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: | |||
OK PR finally merged The promotion is friendly: message: cannot change architectures from x86_64 to ppc64le $oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-02-12-005016 True False 24m Cluster version is 4.0.0-0.nightly-2019-02-12-005016 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 |
Description of problem: Show 'cannot change architectures from []string{"x86_64"} to []string{"ppc64le"}' when set architectures from x86_64 to ppc64le Version-Release number of selected component (if applicable): $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-01-29-025207 True False 1h Cluster version is 4.0.0-0.nightly-2019-01-29-025207 How reproducible: always Steps to Reproduce: 1.Change architectures from x86_64 to ppc64le in samples operator 2.Check configs.samples.operator.openshift.io 3. Actual results: Message: cannot change architectures from []string{"x86_64"} to []string{"ppc64le"} Status: False Type: ConfigurationValid Expected results: Better show simplified info when change architectures Additional info: https://github.com/openshift/cluster-samples-operator/blob/master/pkg/stub/config.go#L68