Skip to content
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

minikube logs output takes a long long time #11266

Closed
medyagh opened this issue May 3, 2021 · 3 comments · Fixed by #11274
Closed

minikube logs output takes a long long time #11266

medyagh opened this issue May 3, 2021 · 3 comments · Fixed by #11274
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@medyagh
Copy link
Member

medyagh commented May 3, 2021

even when there is no minikube running

$ minikube profile list

🤹  Exiting due to MK_USAGE_NO_PROFILE: No minikube profile was found. 
💡  Suggestion: 

    You can create one using 'minikube start'.
    

on my mac it is taking more than a few minutes and sitll running

real	5m31.022s
user	0m4.015s
sys	0m5.576s
@medyagh medyagh added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels May 3, 2021
@medyagh medyagh added this to the v1.21.0 milestone May 3, 2021
@spowelljr
Copy link
Member

I'm a little confused by this, do you mean logs or profile? In your example you're running profile but the title says logs.

I ran minikube profile list and it was very fast.

% time ./out/minikube profile list

🤹  Exiting due to MK_USAGE_NO_PROFILE: No minikube profile was found. 
💡  Suggestion: 

    You can create one using 'minikube start'.
    

./out/minikube profile list  0.20s user 0.10s system 106% cpu 0.279 total

@andriyDev
Copy link
Contributor

andriyDev commented May 3, 2021

Seems related to #10854. It also seems like this may be a Mac specific problem.

@spowelljr spowelljr self-assigned this May 3, 2021
@medyagh medyagh modified the milestones: v1.21.0, v1.20.0 May 3, 2021
@medyagh
Copy link
Member Author

medyagh commented May 3, 2021

seems like @spowelljr has a fix for this, will fix for 1.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants