Bug 1635513
Summary: | Failed to pass the proxy environment variable to s2i build container. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Praveen Kumar <prkumar> |
Component: | Build | Assignee: | Ben Parees <bparees> |
Status: | CLOSED NOTABUG | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.10.0 | CC: | aos-bugs, bparees, deads, lmohanty, me, mfojtik, veillard |
Target Milestone: | --- | ||
Target Release: | 3.10.z | ||
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: | 2018-10-08 12:37:52 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
Praveen Kumar
2018-10-03 06:52:05 UTC
Most likely cluster up is not setting up the master-config with the appropriate build default stanza which is what i imagine was injecting the build proxy settings in 3.9. this logic setup the build defaulter in 3.9: https://github.com/openshift/origin/blob/release-3.9/pkg/oc/bootstrap/docker/openshift/helper.go#L730-L759 There is no equivalent in 3.10. I assume it was deliberately removed and this is going to get closed as won't fix, but i'll let David chime in on any background. @Ben I am trying to find the commit which removed the code in upstream Origin but not able to track it, can you please point me to it. It would be possible for us to inject the proxy information into a profile file inside the container when started. However, this is a very quick and dirty solution. @David I am worried that things like this should have been communicated to CDK team as it affects CDK users. How can we improve communication with respect to design decisions like this? |