-
Notifications
You must be signed in to change notification settings - Fork 65
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 to update dependencies: Current version of 'kubectl' binaries does not match expected version #345
Comments
@MartyPointer-HTA Thanks for raising this concern. Can you check now it is updated and should not give this error. Please let me know. |
@MartyPointer-HTA Can you please confirm this is working ? if so, we can close this issue. Please let us know if there are any other further issues. Thank you. |
@erceth this is known issue, and it is caused due to codesign is required on M1 mac which is being worked on. Link here. Only work around for now is revert to older version or explicitly do |
Hi @hsubramanianaks, apologies... I assumed the update would be in the form of a new release version and was waiting for it to appear. I can confirm I have re-insalled v2.0.120231128 and no longer see the problem. Thanks |
@credo7 This is also known issue which is being investigated on. you are seeing this only after updating to latest, previous versions didn't give this error right ? Alternative you can use service environment variables approach which actually works fine. Apologies for this interruption, we will soon have a release to fix these issues. Thank you. |
@credo7 Can you please share your logs when EndpointManager fails. I am able to replicate it but trying to find the root cause of the failure. are you seeing this error ??
Thank you. |
Updating plugin to version 2.0.120231128 stops Bridge to Kubernetes from running.
Mention the platform you are using
VS Code V1.84.2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Bridge to Kubernetes should create a restore pod and redirect K8s traffic to the application hosted in VS Code
Screenshots
Logs:
Log files in C:\Users\Username\AppData\Local\Temp\Bridge To Kubernetes do not report any problems. bridge-mindarocli-yyyy-MM-dd-hh-mm-ss-xxxx.txt log files contain 2 entries for Command.Start and Command.End.
Command.End = "Result":"Succeeded"
Desktop (please complete the following information):
Additional context
Trying to manually install the dependencies via the supplied link does not fix the problem
Upgrading installed version of kubectl does not fix the problem
Seen on 3 separate dev PCs
Reverting to the previous version of Bridge to Kubernetes (V2.0.120231004) is the work-around
The text was updated successfully, but these errors were encountered: