Bug 1241045
| Summary: | oc exec does not work over a proxy | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Josep 'Pep' Turro Mauri <pep> | ||||||||
| Component: | oc | Assignee: | Andy Goldstein <agoldste> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Yanping Zhang <yanpzhan> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 3.0.0 | CC: | agoldste, bleanhar, dmcphers, erich, jialiu, jokerman, libra-bugs, libra-onpremise-devel, misalunk, mmccomas, plarsen, pruan, rmartine, sdodson, yanpzhan | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | openshift-3.0.2.0-0.git.16.4d626fe.el7ose | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | |||||||||||
| : | 1275213 (view as bug list) | Environment: | |||||||||
| Last Closed: | 2015-10-01 17:14:08 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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1275213 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Josep 'Pep' Turro Mauri
2015-07-08 10:46:56 UTC
also tracked in https://github.com/openshift/origin/issues/3370 Upstream WIP PR https://github.com/GoogleCloudPlatform/kubernetes/pull/11694 BZ 1242961 and BZ 1253675 seem to be related to this! @Eric 1242961 is not related to this bug. 1253675 maybe is, although I think that is more about how to configure the servers (docker, master, nodes). Created attachment 1068741 [details]
Windows Test Client
Test client for windows
Created attachment 1068742 [details]
MacOSX test client
Created attachment 1068743 [details]
linux test client
Verified this bug with openshift-3.0.2.0-0.git.16.4d626fe.el7ose.x86_64, and PASS. $ export http_proxy=10.14.6.144:3128 $ oc logs simple-openshift-sinatra-sti-1-w06dh You might consider adding 'puma' into your Gemfile. [2015-09-29 02:34:29] INFO WEBrick 1.3.1 [2015-09-29 02:34:29] INFO ruby 2.0.0 (2015-04-13) [x86_64-linux] [2015-09-29 02:34:29] INFO WEBrick::HTTPServer#start: pid=1 port=8080 $ oc exec simple-openshift-sinatra-sti-1-w06dh -- ls Gemfile Gemfile.lock app.rb bundle config.ru 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-2015:1854 |