-
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
add mount feature to kic drivers #6630
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 |
Codecov Report
@@ Coverage Diff @@
## master #6630 +/- ##
==========================================
+ Coverage 37.51% 38.52% +1.01%
==========================================
Files 138 142 +4
Lines 8792 8603 -189
==========================================
+ Hits 3298 3314 +16
+ Misses 5080 4875 -205
Partials 414 414
|
/ok-to-test |
All Times minikube: [ 95.479202 94.051319 93.095496] Average minikube: 94.208672 Averages Time Per Log
|
This PR enables mount on docker driver for mac
also adds a new line to the output to display the bind address
closes #6628