-
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
Correct assumptions for forwarded hostname & IP handling #7360
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tstromberg 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 |
/ok-to-test |
Error: running mkcmp: exit status 1 |
All Times minikube: [ 63.786531 63.350283 61.864727] Average minikube: 63.000514 Averages Time Per Log
|
this PR almost made my day ! thank you for doing this. the concept looks good |
Codecov Report
@@ Coverage Diff @@
## master #7360 +/- ##
==========================================
- Coverage 37.18% 37.16% -0.03%
==========================================
Files 145 146 +1
Lines 8836 8839 +3
==========================================
- Hits 3286 3285 -1
- Misses 5154 5166 +12
+ Partials 396 388 -8
|
All Times minikube: [ 65.404799 68.977979 63.318920] Average Minikube (PR 7360): 64.750368 Averages Time Per Log
|
All Times minikube: [ 64.073471 63.420222 62.701076] Average minikube: 63.398257 Averages Time Per Log
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too big to study carefully. but it does look good. if you feel good about the tests . I approve. lets merge
/ok-to-test |
Docker Driver Failures:Known Flakes with issue:
Other failures need to confirm not related to this PR:TestStartStop/group/crio - 782.71s
TestFunctional/parallel/ServiceCmd - 69.9s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz see above comment
Thanks! I did some additional confirmation here locally on the Docker failures: TestStartStop/group/containerd - 215.51sTestStartStop/group/embed-certs - 173.21s
TestStartStop/group/crio - 782.71s
TestFunctional/parallel/ServiceCmd - 69.9s
TestFunctional/parallel/ProfileCmd/profile_not_create - 10.81s
|
Thank you for creating the issues.i recommend putting this comment of the PR as a required model of response for all future PRs. Maybe add it to the contributor guide?( In a separate pr) How to handle integration tests failure . looks good we can merge |
All Times minikube: [ 60.202194 65.028108 64.896733] Average minikube: 63.375678 Averages Time Per Log
|
Follow-up to #7310 - addressing the hairier code review feedback.
update-context
command should update the Docker portFixes an inconsistency:
start
saves --apiserver-name into kubeconfig, butupdate-context
does notConsistently fixing the last issue required replacing IP's with strings throughout.
Work to be done