Bug 1695216
| Summary: | [rebase] oc behaves oddly in some paths | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | David Eads <deads> |
| Component: | oc | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, jokerman, mmccomas, sponnaga |
| 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:46:54 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
David Eads
2019-04-02 16:33:54 UTC
PR fixing the problem: https://github.com/openshift/origin/pull/22494 Could you tell what's the odd behaviors of oc "in some paths"? I checked PR code, it involves build/bc/dc of /apps/apis/apps. But not sure what's the oddity, thus no idea how to verify the bug. Thanks! Tested with versions:
oc version
Client Version: version.Info{Major:"4", Minor:"1+", GitVersion:"v4.1.0", GitCommit:"ac50235ff", GitTreeState:"", BuildDate:"2019-04-11T04:55:38Z", GoVersion:"", Compiler:"", Platform:""}
Server Version: version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.4+f174899", GitCommit:"f174899", GitTreeState:"clean", BuildDate:"2019-04-10T17:18:27Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
Per discussion with Maciej, checked below commands with BC/DC:
oc new-app centos/ruby-25-centos7~https://github.com/sclorg/ruby-ex.git
oc status
oc status --suggest
oc logs bc/ruby-ex
oc logs dc/ruby-ex
oc rollout latest dc/ruby-ex
oc logs dc/ruby-ex
oc logs -f dc/ruby-ex
oc attach dc/ruby-ex
oc autoscale dc/ruby-ex --max=4; oc get hpa
oc expose dc/ruby-ex --name=ruby-ex-svc
oc rollout history dc/ruby-ex
oc rollback dc/ruby-ex
All work well. Thus moving to VERIFIED.
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 |