kubeflow / kfctl

kfctl is a CLI for deploying and managing Kubeflow
Apache License 2.0
181 stars 137 forks source link

'kfctl' is not recognized as an internal or external command, operable program or batch file #499

Closed CameliaBenLaamari closed 2 years ago

CameliaBenLaamari commented 3 years ago

I'm following the official website tutorial to deploy Kubeflow on Azure. I followed all the steps and everything worked until I ran into this error:

image

Any idea what the problem might be and how to solve this? I'm using Windows 10, and the kfctl file is in C:/Users/\

LasalJayawardena commented 2 years ago

@CameliaBenLaamari Were you able to resolve this? I amalso facing this issue. I used WSL as well, but nothing seems to work.

CameliaBenLaamari commented 2 years ago

@CameliaBenLaamari Were you able to resolve this? I amalso facing this issue. I used WSL as well, but nothing seems to work.

@LasalJayawardena I didn't solve it, I just used a deployed instance of Kubeflow that runs on a private server (provided by the project owner at the time). Apparently Kubeflow wasn't designed to run on Windows. Not sure why it didn't work on WSL, but you can check this thread for more help: https://github.com/kubeflow/kubeflow/issues/3735

LasalJayawardena commented 2 years ago

Thank you @CameliaBenLaamari for the reply!