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

"arlon install" inconsistent with "arlon verify" (unnecessarily downloads CLI programs) #487

Open
bcle opened this issue Jun 2, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@bcle
Copy link
Collaborator

bcle commented Jun 2, 2023

My argocd and kubectl are already installed in $HOME/bin which is also in my $PATH.

arlon verify confirms this, and reports that only CAPI setup needs to be performed, and implies I should run the install command.

$ arlon verify
Successfully verified kubectl status
Successfully verified argocd status
Successfully verified git status
x Error while verifying capi services status  capi services are not installed or missing in your $PATH
Successfully verified arlon namespace is present
The check for Arlon prerequisites failed. Please install the missing tool(s).

But arlon install downloads and installs the CLI tools because they're not found in the default location, which is NOT what I want:

$ arlon install
! kubectl is not installed
 → Installing kubectl
✓ Successfully installed kubectl

✓ git is already present in the path

! argocd cli is not installed
 → Installing argocd
✓ Successfully installed argocd

Attempting to install  with infrastructure providers [aws docker] and bootstrap providers []
AWS_SESSION_TOKEN environment variable not set. MFA enabled accounts will not work.. Continue?[y/n]y
Error: AWS_SSH_KEY_NAME environment variable not set

Aha! Link: https://pf9.aha.io/features/ARLON-420

@bcle bcle added the bug Something isn't working label Jun 2, 2023
bcle added a commit that referenced this issue Jun 12, 2023
@cre8minus1 cre8minus1 added this to the Not Planned milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants