microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

This action requires dependencies that are not available yet. Please look at the "Kubernetes" item in the status bar for more information. #319

Closed alberthuang24 closed 2 years ago

alberthuang24 commented 2 years ago

Describe the bug My Kubernetes extension is working fine, but this error occurs, and I don't understand why because I can't see the source code

image

image

To Reproduce Steps to follow to reproduce this issue.

**Expected behavior** A clear and concise description of what you expected to happen. **Logs** Attach logs from the following directory: For Windows: %TEMP%/Bridge to Kubernetes For OSX/Linux: $TMPDIR/Bridge to Kubernetes If you are a Visual Studio user, - Set the environment variable MS_VS_AZUREDEVSPACES_TOOLS_LOGGING_ENABLED=true - Open Visual Studio and run your scenario - Provide logs from: %temp%\Microsoft.VisualStudio.Kubernetes.Debugging **Environment Details** Client used (VS Code/Visual Studio): VS Code Client's version: mindaro.mindaro@1.0.120220125 Operating System: macOS Monterey **Additional context** Add any other outputs from the clients or context you would like to share.
daniv-msft commented 2 years ago

Thanks for reporting this issue. This message means that we're missing some of the dependencies we need for this feature. Either these dependencies are still downloading, or there is an error downloading them.

Could you please confirm what you see in VS Code's status bar? Do you see the Kubernetes item? Can you click on it? image

jmclong commented 2 years ago

I'm seeing this issue as well. The error is:

Failed to update dependencies: The "streams" argument must be specified

Check out some discussion about the issue in the following: https://github.com/microsoft/mindaro/issues/32#issuecomment-1103702135

Thanks.

daniv-msft commented 2 years ago

Thanks, we believe we have a fix for this (in our File Downloader separate extension), and we'll push it early next week.

alberthuang24 commented 2 years ago

Thank you very much