Skip to content
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

Install kargo CLI not working on Mac M2 #1333

Closed
4 tasks done
zbialik opened this issue Dec 24, 2023 · 2 comments
Closed
4 tasks done

Install kargo CLI not working on Mac M2 #1333

zbialik opened this issue Dec 24, 2023 · 2 comments

Comments

@zbialik
Copy link

zbialik commented Dec 24, 2023

Checklist

  • I've searched the issue queue to verify this is not a duplicate bug report.
  • I've included steps to reproduce the bug.
  • I've pasted the output of kargo version.
  • I've pasted logs, if applicable.

Description

Followed Kargo Quickstart doc and after completing the Install CLI section, whenever I execute the kargo binary I just get the following response:

✗ kargo
load config: please use `kargo login` to continue: no configuration file was found at "/Users/zbialik/.config/kargo/config"

Screenshots

N/A

Steps to Reproduce

  1. Follow Install CLI section on Mac M2
arch=$(uname -m)
[ "$arch" = "x86_64" ] && arch=amd64
curl -L -o kargo https://github.com/akuity/kargo/releases/latest/download/kargo-$(uname -s | tr '[:upper:]' '[:lower:]')-${arch}
chmod +x kargo
  1. Attempt executing kargo binary

Version

I honestly can't be sure because the download link just points to latest and there's nothing else I am seeing that would indicate a version.

✗ kargo version
load config: please use `kargo login` to continue: no configuration file was found at "/Users/zbialik/.config/kargo/config"

Logs

N/A

@krancour
Copy link
Member

You were running into #1341

@zbialik
Copy link
Author

zbialik commented Dec 30, 2023

@krancour Ahh thank you. I think I saw it had started working after I created a Namespace with the label required for denoting it as a Kargo Project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants