-
Notifications
You must be signed in to change notification settings - Fork 18
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
Exception while failing the extension "Failed to update dependencies: Request failed with status code 404" #81
Comments
@larsf96 Apologies for the inconvenience. We will fix this asap and keep you posted here. |
@larsf96 the 404 error is fixed but we are getting another failed dependencies error which we are looking into it. We will keep you posted about it. |
@larsf96 While we work on getting this worked, you can always revert to previous version of extension and unblock yourself. we will let you know once this is fixed. Thanks for your patience. |
@larsf96 when you revert to previous version , it will complain about kubectl minimum version, please close the vscode window and open again it would work. Thanks for your patience. |
@larsf96 This seems to be related to code signing the b2k binaries for M1 mac and here is the related issue - dotnet/runtime#49091. I will work on getting this fixed. |
Reverting to a previous version is an effective workaround for me. I'll note that after I reverted and attempted to reinstall dependencies, I received an error that kubectl didn't have execution permission. I got past that by running: |
@erceth and @larsf96 This is related to Azure/Bridge-To-Kubernetes#345, we will be releasing a new version soon and you can test beta version of it here - Azure/Bridge-To-Kubernetes#346 (comment). Please let me know how it goes. Thank you. |
Hi @hsubramanianaks |
@larsf96 Please follow these instructions and let me know how it goes. Thanks for trying this out. If this works, please feel free to close this issue. |
Hi @hsubramanianaks |
Describe the bug
When installing this extension, I see a red warning message "Failed to update dependencies: Request failed with status code 404"
The output of the file downloader is:
The extension seems to start a download of the file https://bridgetokubernetes.blob.core.windows.net/zipv2/LKS/kubectl-osx-arm64.zip which is not existing (anymore).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The installation should complete without exception
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: