-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Bump lens-k8s-proxy to v0.1.5 #4946
Conversation
Signed-off-by: Sebastian Malton <sebastian@malton.name>
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.
LGTM
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 see this when connecting to any cluster:
[0] error: ▪ [CLUSTER]: Failed to connect to "minikube": StatusCodeError: 404 - "404 page not found\n" +2s
[0] error: ▪ [LENS-PROXY]: Could not find cluster for upgrade request from url=/ws +2s
[0] error: ▪ [LENS-PROXY]: Could not find cluster for upgrade request from url=/ws +3s
(and connection fails)
Did you clear out the old version from your |
|
No, all it does it verify that the binary exists and if not downloaded the version specified. I think we should be able to have it check if the checksums are correct and if not then delete and try again, but that hasn't been implemented yet. |
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: DmitriyNoa <dmytro.zharkov@gmail.com>
Signed-off-by: Sebastian Malton sebastian@malton.name