onepanelio / onepanel

The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
https://docs.onepanel.ai/
Apache License 2.0
710 stars 69 forks source link

opctl init: unknown component 'storage' #962

Open mgropp opened 2 years ago

mgropp commented 2 years ago

Describe the bug I'm following the quick start guide on https://docs.onepanel.ai/docs/getting-started/quickstart and ran into this error in step 1.2 (opctl init):

$ opctl init --provider aks --artifact-repository-provider abs --gpu-device-plugins nvidia
2021/11/05 22:03:15 Initializing...
2021/11/05 22:03:15 [error] Adding Cloud Provider: unknown component 'storage'

opctl version

$ opctl version
CLI version: v1.0.2
Manifest version: v1.0.2
API version: v1.0.2
Web UI version: v1.0.2

Kubernetes information

$ az --version
azure-cli                         2.30.0
core                              2.30.0
telemetry                          1.0.6

Machine information

Vafilor commented 2 years ago

Hi @mgropp,

I'll be looking into this. Just tested on a mac and that looks fine, might be windows specific. Will let you know tomorrow when I have access to a windows machine.

Vafilor commented 2 years ago

Hi @mgropp,

We have not been able to reproduce this error on windows.

Have you used Onepanel before? If so, I would suggest you create a new folder, change directory into it, and run the init command again. There can be version conflicts if it is done in the same directory.

Let me know if you're still having issues after trying the above.

mgropp commented 2 years ago

Hi @Vafilor !

I tried it in a fresh directory, but that didn't make any difference.

For me personally, I have now just moved to WSL and the installation worked from there. But if you need any input on this issue here, let me know!