-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Can't install software with Arkade, getting file not found error for .arkade/bin/helm even though file exists #978
Comments
For kubectl I intentionally installed the latest and it still shows 1.24 |
Thanks for the issue. This is related to us fixing the way we start programs so that Arkade can work on Windows where people have a space in their home directory. We have to make an update to split out:
To use Command and Args separately. For now Mark, use an older version of Arkade, or hang around and we should have this fixed shortly. Alex |
@MarkhamLee see - https://github.com/alexellis/arkade/releases/tag/0.10.11 |
The update worked just fine, thank you. |
No problems. If you're having fun with arkade or k3sup, check out how you can support the development. |
I'm getting the following error when trying to install software with Arkade:
Error: fork/exec /home/markham/.arkade/bin/helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/ --force-update: no such file or directory - however, the directory and the helm file do in fact exist. using the command "cd /home/markham/.arkade/bin/" takes you right to that directory and the helm file is present.
Expected Behaviour
Arkade installs the software without any issue.
Current Behaviour
I get an error message stating that /home/markham/.arkade/bin/helm doesn't exist, when it in fact does.
Possible Solution
Steps to Reproduce (for bugs)
Context
The plan was to use Arkade to get around some of the usual headaches with installing/configuring via yaml files, if I can't get Arkade to work I would probably try reinstalling the server OS and trying again from scratch or just install things the usual way via yaml files and the like.
If requesting a CLI for "arkade get"
How many downloads does this tool have? Check at:
https://somsubhra.github.io/github-release-stats/
If approved, are you willing to submit a pull request for this?
Your Environment
k3s
uname -a
cat /etc/os-release
arkade version
The text was updated successfully, but these errors were encountered: