-
Notifications
You must be signed in to change notification settings - Fork 38
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
runpodctl config command fails on linux #160
Comments
Hi, I think this is behaving as normal and it's just our error logs that are configured badly. A few releases ago, we changed the config file location and format from Check to see if that new folder and file is present and has your api key in it. If so, you should be good to go! We will address the backwards compat message saying "error" even when nothing went wrong in the next release. |
I confirm that |
Ok, gotcha. I will try to test that. Thanks for reporting it! I know the API key works on mac, but try with a fresh API key just in case. Are you on the latest runpodctl version, v1.14.4? |
yes, I'm on the latest version of runpodctl. Api key is also fresh |
Upd: I ran
|
Hello,
I am facing an issue configuring runpodctl on Ubuntu. When I run the command:
runpodctl config --apiKey <my_api_key>
I receive the following response:
Runpod config file not found, please run `runpodctl config` to create it
Error: error saving config: Config File ".runpod.yaml" Not Found in "[/root/.runpod /root]"
The command works fine on macOS, and I’m certain the API key is correct. It was working on Ubuntu as recently as September 6th 2024.
The text was updated successfully, but these errors were encountered: