-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix proxy env not being passed to docker engine #8198
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Travis tests have failedHey @medyagh, TravisBuddy Request Identifier: 9a81fd80-995d-11ea-a150-93ebf46199e2 |
/ok-to-test |
kvm2 Driver |
Codecov Report
@@ Coverage Diff @@
## master #8198 +/- ##
==========================================
- Coverage 34.60% 34.52% -0.09%
==========================================
Files 147 147
Lines 9378 9397 +19
==========================================
- Hits 3245 3244 -1
- Misses 5736 5756 +20
Partials 397 397
|
kvm2 Driver Times for Minikube (PR 8198): [65.365917656 66.580691607 63.772962386] Averages Time Per Log
docker Driver Times for Minikube (PR 8198): [26.812146788 26.044307633000003 27.054481405] Averages Time Per Log
|
Looks good, but do you mind adding an integration test so that we do not break this again? Maybe just grep for the proxy definition within the docker config in our existing proxy test? |
unfortuantely we do not pass the Local Proxy envs to the docker service file. |
closes a regression fixes #8120
before this PR
after this PR
also improve the icon for proxy
before
after