-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failed kubectl binary download crashes terminal #131
Comments
Hi @soliujing welcome and thanks about your contribute! |
Can you run: rm -rf ~/.freelens/extensions
/Applications/Freelens.app/Contents/MacOS/Freelens Then send us the logs? I expect something like:
Also menu View -> Toggle Developer Tools then Console output might be helpful. |
It works for me too. |
error: ┏ [KUBECTL]: Failed to get a lock for 1.24.17 Lock file is already being held +8s |
ah, i got the issue. info: ┏ Downloading kubectl 1.24.17 from https://dl.k8s.io/release/v1.24.17/bin/darwin/arm64/kubectl to /Users/jing_liu/Library/Application Support/Freelens/binaries/kubectl/1.24.17/kubectl +10s Due to network issue, the kubectl binary download running longer than expected. However, even if binary download not finished, it will create 1.24.17.lock and won't clear it. |
Describe the bug
pod-menu extension latest version not compatible with app v0.1.3
To Reproduce
Steps to reproduce the behavior:
Freelens
->Extensions
menu, enter the name@freelensapp/freelens-node-pod-menu
as input, and click theInstall
button. -> latest version 0.1.4Attach to Pod
orPod Shell
icon on selected pod@freelensapp/[email protected]
Attach to Pod
orPod Shell
are working wellSuggestion
Can it be packaged with main app to avoid compatibility issue?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: