-
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
Make none driver work as regular user (use sudo on demand) #9379
Conversation
Welcome @Git-Jiro! |
Hi @Git-Jiro. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Git-Jiro The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Travis tests have failedHey @Git-Jiro, 1st Buildmake test
2nd Buildmake
TravisBuddy Request Identifier: 7d16af20-049c-11eb-a4bc-1b94c014fd22 |
Can one of the admins verify this patch? |
8f76416
to
5fd7f48
Compare
Travis tests have failedHey @Git-Jiro, 1st Buildmake test
2nd Buildmake test
3rd Buildmake
TravisBuddy Request Identifier: c1160e40-065f-11eb-a99f-97db2ffc4a93 |
fc8ea8d
to
190d0a3
Compare
Hi @tstromberg! |
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.
I know this is WIP I am excited for this PR ! thanks for starting it
/retest |
@Git-Jiro: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@medyagh can you give me an ok-to-test? |
/retest |
@Git-Jiro: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/retest |
kvm2 Driver Times for Minikube (PR 9379): 59.5s 54.6s 61.3s Averages Time Per Log
docker Driver Times for Minikube (PR 9379): 29.2s 27.1s 28.3s Averages Time Per Log
|
/retest |
/skip |
/test ? |
@Git-Jiro: The following commands are available to trigger jobs:
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-minikube-platform-tests |
@Git-Jiro: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
27e4c3e
to
278a8cd
Compare
Codecov Report
@@ Coverage Diff @@
## master #9379 +/- ##
==========================================
- Coverage 29.05% 29.04% -0.01%
==========================================
Files 171 172 +1
Lines 10444 10488 +44
==========================================
+ Hits 3034 3046 +12
- Misses 6988 7017 +29
- Partials 422 425 +3
|
/retest |
kvm2 Driver Times for Minikube (PR 9379): 61.8s 58.3s 62.2s Averages Time Per Log
docker Driver Times for Minikube (PR 9379): 28.3s 29.2s 29.1s Averages Time Per Log
|
Once everything is fine I will squash the commits. |
kvm2 Driver Times for Minikube (PR 9379): 68.3s 66.0s 67.2s Averages Time Per Log
docker Driver Times for Minikube (PR 9379): 29.6s 30.9s 31.8s Averages Time Per Log
|
e065c02
to
427daf6
Compare
kvm2 Driver Times for Minikube (PR 9379): 65.9s 63.4s 65.1s Averages Time Per Log
docker Driver Times for Minikube (PR 9379): 29.2s 29.8s 31.4s Averages Time Per Log
|
/ok-to-test |
kvm2 Driver Times for Minikube (PR 9379): 60.5s 58.9s 58.2s Averages Time Per Log
docker Driver Times for Minikube (PR 9379): 31.2s 29.0s 30.6s Averages Time Per Log
|
Thank you! |
Seems to break normal usage, by requiring "sudo" for simple copy commands... |
Ref #3760
This almost works:
minikube start --vm-driver=none --kubernetes-version=1.17.0
sudo chmod 711 /var/lib/minikube/binaries/v1.17.0/*
minikube start --vm-driver=none --kubernetes-version=1.17.0
minikube kubectl -- get pods -A
So the only open issue is how to properly set those permissions on /var/lib/minikube/binaries/v1.17.0/*