Bug 1358393
| Summary: | rfe: add a global timeout option to oc | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Sten Turpin <sten> |
| Component: | RFE | Assignee: | Juan Vallejo <jvallejo> |
| Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.2.1 | CC: | aos-bugs, jokerman, jvallejo, misalunk, mmccomas, tdawson, yapei |
| 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: | ||
| Last Closed: | 2017-01-18 12:51:29 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
Sten Turpin
2016-07-20 15:24:55 UTC
*** Bug 1368131 has been marked as a duplicate of this bug. *** Related PR: https://github.com/openshift/origin/pull/11104 Verified with oc v3.4.0.14. Now user can use the global option --request-timeout with any oc command: $ oc get projects --request-timeout=1h NAME DISPLAY NAME STATUS xxia-proj Active Test the result when it timeouts: $ oc get projects --request-timeout=1ms Unable to connect to the server: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Fixed. Move 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-2017:0066 |