-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 user flag to all minikube command invocations #5649
Add user flag to all minikube command invocations #5649
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5649 +/- ##
==========================================
+ Coverage 70.63% 70.64% +0.01%
==========================================
Files 411 411
Lines 15777 15793 +16
==========================================
+ Hits 11144 11157 +13
- Misses 3812 3814 +2
- Partials 821 822 +1
Continue to review full report at Codecov.
|
…fold into minikube-flags
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.
Just a few small things to address.
This reverts commit 1ef4fd8.
Unfortunately this change broke the minikube support. The output of
This PR should:
|
Fixes: #5478
Add --user=skaffold flag to all minikube command invocations.
In v1.8.0, minikube team added a flag
--user
to audit commands.We should use this flag, if user is on v1.8.0 or higher.